, including all inherited members.
Add(const StringPiece &name, const StringPiece &value) | net_instaweb::ResponseHeaders | [virtual] |
cache_ttl_ms() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
CacheControlValuesToPreserve() | net_instaweb::ResponseHeaders | |
CacheExpirationTimeMs() const | net_instaweb::ResponseHeaders | |
Clear() (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [virtual] |
ComputeCaching() | net_instaweb::ResponseHeaders | |
CopyFrom(const ResponseHeaders &other) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
date_ms() const | net_instaweb::ResponseHeaders | |
DebugPrint() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
DetermineCharset() const | net_instaweb::ResponseHeaders | |
DetermineContentType() const | net_instaweb::ResponseHeaders | |
DetermineContentTypeAndCharset(const ContentType **content_type_out, GoogleString *charset_out) const | net_instaweb::ResponseHeaders | |
FindContentLength(int64 *content_length) const | net_instaweb::ResponseHeaders | |
FixDateHeaders(int64 now_ms) | net_instaweb::ResponseHeaders | |
ForceCaching(int64 ttl_ms) | net_instaweb::ResponseHeaders | |
GetCookieString(GoogleString *cookie_str) const | net_instaweb::ResponseHeaders | |
GetSanitizedProto(HttpResponseHeaders *proto) const | net_instaweb::ResponseHeaders | |
Has(const StringPiece &name) const | net_instaweb::Headers< HttpResponseHeaders > | |
has_date_ms() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
has_major_version() const (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
has_status_code() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
HasCookie(StringPiece name, StringPieceVector *values) const | net_instaweb::ResponseHeaders | |
HasValue(const StringPiece &name, const StringPiece &value) const | net_instaweb::Headers< HttpResponseHeaders > | |
Headers() (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
headers_complete() const | net_instaweb::ResponseHeaders | [inline] |
implicit_cache_ttl_ms() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [inline] |
is_implicitly_cacheable() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
IsCacheable() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
IsDateLaterThan(int64 time_ms) const | net_instaweb::ResponseHeaders | [inline] |
IsErrorStatus() | net_instaweb::ResponseHeaders | [inline] |
IsGzipped() const | net_instaweb::ResponseHeaders | |
IsHtmlLike() const | net_instaweb::ResponseHeaders | [inline] |
IsProxyCacheable() const | net_instaweb::ResponseHeaders | |
IsProxyCacheableGivenRequest(const RequestHeaders &req_headers) const | net_instaweb::ResponseHeaders | |
IsServerErrorStatus() | net_instaweb::ResponseHeaders | [inline] |
kImplicitCacheTtlMs | net_instaweb::ResponseHeaders | [static] |
last_modified_time_ms() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
Lookup(const StringPiece &name, ConstStringStarVector *values) const | net_instaweb::Headers< HttpResponseHeaders > | |
Lookup1(const StringPiece &name) const | net_instaweb::Headers< HttpResponseHeaders > | |
major_version() const (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
map_ | net_instaweb::Headers< HttpResponseHeaders > | [mutable, protected] |
MergeContentType(const StringPiece &content_type) | net_instaweb::ResponseHeaders | |
minor_version() const (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
Name(int i) const (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
NumAttributeNames() const | net_instaweb::Headers< HttpResponseHeaders > | |
NumAttributes() const | net_instaweb::Headers< HttpResponseHeaders > | |
ParseDateHeader(const StringPiece &attr, int64 *date_ms) const | net_instaweb::ResponseHeaders | |
ParseFirstLine(const StringPiece &first_line) | net_instaweb::ResponseHeaders | |
ParseFirstLineHelper(const StringPiece &first_line) | net_instaweb::ResponseHeaders | |
ParseTime(const char *time_str, int64 *time_ms) | net_instaweb::ResponseHeaders | [static] |
PopulateMap() const | net_instaweb::Headers< HttpResponseHeaders > | [protected] |
proto_ (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | [protected] |
ReadFromBinary(const StringPiece &buf, MessageHandler *handler) | net_instaweb::ResponseHeaders | [virtual] |
reason_phrase() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
Remove(const StringPiece &name, const StringPiece &value) | net_instaweb::ResponseHeaders | [virtual] |
RemoveAll(const StringPiece &name) | net_instaweb::ResponseHeaders | [virtual] |
RemoveAllFromSet(const StringSetInsensitive &names) | net_instaweb::ResponseHeaders | [virtual] |
RemoveAllWithPrefix(const StringPiece &prefix) | net_instaweb::Headers< HttpResponseHeaders > | [virtual] |
RemoveCookie(const StringPiece &cookie_name) | net_instaweb::Headers< HttpResponseHeaders > | |
RemoveFromHeaders(const StringSetInsensitive &names, protobuf::RepeatedPtrField< NameValue > *headers) | net_instaweb::Headers< HttpResponseHeaders > | [static] |
Replace(const StringPiece &name, const StringPiece &value) | net_instaweb::ResponseHeaders | [virtual] |
ResponseHeaders() (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
ResponseHeadersTest (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [friend] |
Sanitize() | net_instaweb::ResponseHeaders | |
set_first_line(int major_version, int minor_version, int status_code, const StringPiece &reason_phrase) | net_instaweb::ResponseHeaders | [inline] |
set_implicit_cache_ttl_ms(const int64 ttl) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [inline] |
set_major_version(int major_version) (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
set_minor_version(int major_version) (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
set_reason_phrase(const StringPiece &reason_phrase) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
set_status_code(const int code) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
SetCacheControlMaxAge(int64 ttl_ms) | net_instaweb::ResponseHeaders | |
SetDate(int64 date_ms) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [inline] |
SetDateAndCaching(int64 date_ms, int64 ttl_ms, const StringPiece &cache_control_suffix) | net_instaweb::ResponseHeaders | |
SetDateAndCaching(int64 date_ms, int64 ttl_ms) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [inline] |
SetLastModified(int64 last_modified_ms) (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [inline] |
SetOriginalContentLength(int64 content_length) | net_instaweb::ResponseHeaders | |
SetStatusAndReason(HttpStatus::Code code) | net_instaweb::ResponseHeaders | |
SetTimeHeader(const StringPiece &header, int64 time_ms) | net_instaweb::ResponseHeaders | |
SizeEstimate() const | net_instaweb::ResponseHeaders | |
status_code() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
ToString() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
UpdateCacheHeadersIfForceCached() | net_instaweb::ResponseHeaders | |
UpdateFrom(const Headers< HttpResponseHeaders > &other) | net_instaweb::ResponseHeaders | [virtual] |
UpdateFromProto(const HttpResponseHeaders &proto) | net_instaweb::ResponseHeaders | |
Value(int i) const (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | |
VaryCacheable(bool request_has_cookie) const | net_instaweb::ResponseHeaders | |
WasGzippedLast() const (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | |
WriteAsBinary(Writer *writer, MessageHandler *message_handler) | net_instaweb::ResponseHeaders | [virtual] |
WriteAsHttp(Writer *writer, MessageHandler *handler) const | net_instaweb::ResponseHeaders | [virtual] |
~Headers() (defined in net_instaweb::Headers< HttpResponseHeaders >) | net_instaweb::Headers< HttpResponseHeaders > | [virtual] |
~ResponseHeaders() (defined in net_instaweb::ResponseHeaders) | net_instaweb::ResponseHeaders | [virtual] |