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) {}
44 bool has_buffered()
const {
return has_buffered_; }
Definition: http_value.h:38
bool CheckCanCacheElseClear(ResponseHeaders *headers)
bool CanCacheContent(const StringPiece &str) const
Definition: message_handler.h:39
Definition: http_value_writer.h:33
Definition: http_cache.h:67