Add support for setting response header values (issue #246).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@246 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-05-26 18:11:56 +00:00
parent 81b0a9a362
commit 42b5597214
4 changed files with 28 additions and 18 deletions

View File

@@ -7,6 +7,9 @@
#include "include/cef.h"
namespace net {
class HttpResponseHeaders;
}
namespace WebKit {
class WebURLResponse;
};
@@ -30,7 +33,7 @@ public:
virtual void GetHeaderMap(HeaderMap& headerMap);
virtual void SetHeaderMap(const HeaderMap& headerMap);
CefString GenerateResponseLine();
net::HttpResponseHeaders* GetResponseHeaders();
protected:
int status_code_;