Lines Matching refs:headers
93 // The time at which receiving HTTP headers started. For non-HTTP requests
97 // The time at which receiving HTTP headers ended. For non-HTTP requests
123 // The time at which the response headers were received. For cached
127 // The response headers or NULL if the URL type does not support headers.
128 scoped_refptr<net::HttpResponseHeaders> headers;
166 // Actual request and response headers, as obtained from the network stack.
219 // For HTTP(S) requests, the headers parameter can be a \r\n-delimited and
220 // \r\n-terminated list of MIME headers. They should be ASCII-encoded using
221 // the standard MIME header encoding rules. The headers parameter can also
222 // be null if no extra request headers need to be set.
223 std::string headers;
296 // Called when response headers are available (after all redirects have