Home | History | Annotate | Download | only in http

Lines Matching refs:headers

37   // Performs initialization of the object by examining the request |headers|
40 bool Init(const HttpRequestHeaders& headers);
42 // Sets the headers that we should use to make byte range requests. This is a
43 // subset of the request extra headers, with byte-range related headers
45 void SetHeaders(const HttpRequestHeaders& headers);
47 // Restores the byte-range headers, by appending the byte range to the headers
49 void RestoreHeaders(HttpRequestHeaders* headers) const;
60 // Builds the required |headers| to perform the proper cache validation for
63 HttpRequestHeaders* headers);
72 // Extracts info from headers already stored in the cache. Returns false if
73 // there is any problem with the headers. |truncated| should be true if we
75 bool UpdateFromStoredHeaders(const HttpResponseHeaders* headers,
84 // Returns true if the response headers match what we expect, false otherwise.
85 bool ResponseHeadersOK(const HttpResponseHeaders* headers);
87 // Fixes the response headers to include the right content length and range.
90 void FixResponseHeaders(HttpResponseHeaders* headers, bool success);
93 void FixContentLength(HttpResponseHeaders* headers);
131 // The clean set of extra headers (no ranges).