summaryrefslogtreecommitdiff
path: root/includes/Http.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Http.h')
-rw-r--r--includes/Http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/Http.h b/includes/Http.h
index f0651f7..58edd23 100644
--- a/includes/Http.h
+++ b/includes/Http.h
@@ -15,8 +15,9 @@ namespace Balau {
namespace Http {
const char * getStatusMsg(int httpStatus);
-
const char * getContentType(const String & extension);
+String percentEncode(const String & src);
+String percentDecode(const String & src);
typedef std::map<String, String> StringMap;
typedef std::multimap<String, String> StringMultiMap;