diff Core/HttpServer/HttpHandler.h @ 330:78a8eaa5f30b

cookies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jan 2013 11:41:13 +0100
parents 64925c94825c
children 753e69f9326e
line wrap: on
line diff
--- a/Core/HttpServer/HttpHandler.h	Tue Jan 08 14:56:10 2013 +0100
+++ b/Core/HttpServer/HttpHandler.h	Wed Jan 09 11:41:13 2013 +0100
@@ -65,5 +65,8 @@
     static std::string GetArgument(const Arguments& getArguments,
                                    const std::string& name,
                                    const std::string& defaultValue);
+
+    static void ParseCookies(HttpHandler::Arguments& result, 
+                             const HttpHandler::Arguments& httpHeaders);
   };
 }