From b77ba4c739d25768dc56b47a929d800266c3230b Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 28 Dec 2010 04:08:35 +0100 Subject: Added a shady url decoder for paths. --- http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'http.h') 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 { -- cgit v1.2.3