comparison Core/RestApi/RestApiOutput.h @ 1113:ba5c0908600c

Refactoring of HttpOutput ("Content-Length" header is now always sent)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 15:51:20 +0200
parents 00f9f36bcd94
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1112:a119f9ae3640 1113:ba5c0908600c
91 void SetCookie(const std::string& name, 91 void SetCookie(const std::string& name,
92 const std::string& value, 92 const std::string& value,
93 unsigned int maxAge = 0); 93 unsigned int maxAge = 0);
94 94
95 void ResetCookie(const std::string& name); 95 void ResetCookie(const std::string& name);
96
97 void Finalize();
96 }; 98 };
97 } 99 }