Index: net/http/http_response_headers.h |
=================================================================== |
--- net/http/http_response_headers.h (revision 35555) |
+++ net/http/http_response_headers.h (working copy) |
@@ -211,6 +211,10 @@ |
// Determines if this response indicates a keep-alive connection. |
bool IsKeepAlive() const; |
+ // Returns true if this response has a strong etag or last-modified header. |
+ // See section 13.3.3 of RFC 2616. |
+ bool HasStrongValidators() const; |
+ |
// Extracts the value of the Content-Length header or returns -1 if there is |
// no such header in the response. |
int64 GetContentLength() const; |