summaryrefslogtreecommitdiffhomepage
path: root/libcommon/url.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-09-24 11:02:21 +0200
committerRoland Reichwein <mail@reichwein.it>2021-09-24 11:02:21 +0200
commit9a40db34cd48b776023e3558a855458fa4f9d264 (patch)
treeb7458e4702fa01a73adc78c73563590cb8d684f3 /libcommon/url.h
parent108dec000f813e1ba54dfc2a59a9dfe028cca414 (diff)
webserver version 1.14: Bugfix: URL decode in static files
Diffstat (limited to 'libcommon/url.h')
-rw-r--r--libcommon/url.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcommon/url.h b/libcommon/url.h
new file mode 100644
index 0000000..bd60616
--- /dev/null
+++ b/libcommon/url.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <string>
+
+std::string urlDecode(std::string s);
+