index
:
webserver.git
master
Reichwein.IT Webserver
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libcommon
/
url.h
blob: bd606160e9484262f36b01a34b8717a098637acc (
plain
)
1
2
3
4
5
6
#pragma once #include <string> std::string urlDecode(std::string s);