Home | History | Annotate | Download | only in http

Lines Matching refs:request_info

21 bool HttpVaryData::Init(const HttpRequestInfo& request_info,
40 AddField(request_info, request_header, &ctx);
56 AddField(request_info, "cookie", &ctx);
83 const HttpRequestInfo& request_info,
86 if (!new_vary_data.Init(request_info, cached_response_headers)) {
98 const HttpRequestInfo& request_info,
102 return request_info.referrer.spec();
109 if (request_info.extra_headers.GetHeader(request_header, &result))
116 void HttpVaryData::AddField(const HttpRequestInfo& request_info,
119 std::string request_value = GetRequestValue(request_info, request_header);