Home | History | Annotate | Download | only in http

Lines Matching refs:headers

66                               const HttpResponseHeaders& headers,
70 if (!headers.EnumerateHeader(NULL, HttpAlternateProtocols::kHeader,
121 HttpResponseHeaders* headers = GetResponseHeaders();
128 (!headers || headers->IsKeepAlive());
311 scoped_refptr<HttpResponseHeaders> headers(GetResponseHeaders());
312 if (headers_valid_ && headers.get() && stream_request_.get()) {
323 DCHECK_EQ(headers->response_code(), 407);
325 << headers->response_code() << " to CONNECT request for "
344 return ((headers_valid_ && response_.headers) || response_.ssl_info.cert ||
431 response_.headers = proxy_response.headers;
736 // Headers that will be stripped from request_->extra_headers to prevent,
737 // e.g., plugins from overriding headers that are controlled using other
740 // TODO(jochen): check whether also other headers should be stripped.
811 if (!response_.headers && !stream_->IsConnectionReused()) {
866 make_scoped_refptr(new NetLogHttpResponseParameter(response_.headers)));
869 if (response_.headers->GetParsedHttpVersion() < HttpVersion(1, 0)) {
870 // HTTP/0.9 doesn't support the PUT method, so lack of response headers
882 if (response_.headers->response_code() / 100 == 1) {
883 response_.headers = new HttpResponseHeaders("");
892 *response_.headers,
1228 return response_.headers;
1250 // headers, but we may need to resend the CONNECT request first to recreate
1266 scoped_refptr<HttpResponseHeaders> headers(GetResponseHeaders());
1267 DCHECK(headers);
1269 int status = headers->response_code();
1283 headers, (request_->load_flags & LOAD_DO_NOT_SEND_AUTH_DATA) != 0, false,