18 #ifndef NET_INSTAWEB_HTTP_PUBLIC_HTTP_VALUE_WRITER_H_
19 #define NET_INSTAWEB_HTTP_PUBLIC_HTTP_VALUE_WRITER_H_
24 namespace net_instaweb {
29 class ResponseHeaders;
38 has_buffered_(
true) {}
40 void SetHeaders(ResponseHeaders* headers);
42 bool Write(
const StringPiece& str, MessageHandler* handler);
44 bool has_buffered()
const {
return has_buffered_; }
Definition: http_value.h:36
bool CheckCanCacheElseClear(ResponseHeaders *headers)
bool CanCacheContent(const StringPiece &str) const
Definition: http_value_writer.h:33
Definition: http_cache.h:46