summaryrefslogtreecommitdiffhomepage
path: root/libcommon/url.h
blob: bd606160e9484262f36b01a34b8717a098637acc (plain)
1
2
3
4
5
6
#pragma once

#include <string>

std::string urlDecode(std::string s);