summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.h b/http.h
index 3ab66dc..ef6e43c 100644
--- a/http.h
+++ b/http.h
@@ -14,6 +14,7 @@ class HTTPRequest {
std::string type, path, httpver;
HTTPHeaders headers;
HTTPRequest(std::istream& is);
+ static void url_decode(std::string& str);
};
class HTTPResponse {