comparison 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
comparison
equal deleted inserted replaced
329:f579d50fdf8f 330:78a8eaa5f30b
63 const char* query); 63 const char* query);
64 64
65 static std::string GetArgument(const Arguments& getArguments, 65 static std::string GetArgument(const Arguments& getArguments,
66 const std::string& name, 66 const std::string& name,
67 const std::string& defaultValue); 67 const std::string& defaultValue);
68
69 static void ParseCookies(HttpHandler::Arguments& result,
70 const HttpHandler::Arguments& httpHeaders);
68 }; 71 };
69 } 72 }