Home | History | Annotate | Download | only in http

Lines Matching defs:HasHeaderValue

511 bool HttpResponseHeaders::HasHeaderValue(const std::string& name,
875 if (HasHeaderValue("cache-control", "no-cache") ||
876 HasHeaderValue("cache-control", "no-store") ||
877 HasHeaderValue("pragma", "no-cache") ||
878 HasHeaderValue("vary", "*")) // see RFC 2616 section 13.6
928 !HasHeaderValue("cache-control", "must-revalidate")) {