diff Core/RestApi/RestApi.h @ 332:c51c9ed603e6

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jan 2013 13:57:58 +0100
parents 5a96dac27959
children 753e69f9326e
line wrap: on
line diff
--- a/Core/RestApi/RestApi.h	Wed Jan 09 11:48:51 2013 +0100
+++ b/Core/RestApi/RestApi.h	Wed Jan 09 13:57:58 2013 +0100
@@ -92,6 +92,11 @@
         return HttpHandler::GetArgument(*httpHeaders_, name, defaultValue);
       }
 
+      const HttpHandler::Arguments& GetHttpHeaders() const
+      {
+        return *httpHeaders_;
+      }
+
       void ParseCookies(HttpHandler::Arguments& result) const
       {
         HttpHandler::ParseCookies(result, *httpHeaders_);