From 9a40db34cd48b776023e3558a855458fa4f9d264 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 24 Sep 2021 11:02:21 +0200 Subject: webserver version 1.14: Bugfix: URL decode in static files --- libcommon/url.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libcommon/url.h (limited to 'libcommon/url.h') 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 + +std::string urlDecode(std::string s); + -- cgit v1.2.3