diff Core/RestApi/RestApiOutput.h @ 1042:8d1845feb277

set cookies, not allowed methods, unauthorized in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jul 2014 15:55:40 +0200
parents 2d0a347e8cfc
children 00f9f36bcd94
line wrap: on
line diff
--- a/Core/RestApi/RestApiOutput.h	Thu Jul 17 14:14:15 2014 +0200
+++ b/Core/RestApi/RestApiOutput.h	Thu Jul 17 15:55:40 2014 +0200
@@ -44,7 +44,6 @@
   private:
     HttpOutput& output_;
     bool alreadySent_;
-    HttpHandler::Arguments cookies_;
 
     void CheckStatus();