Searched defs:kCacheControl (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libbrillo/brillo/http/ | ||
H A D | http_request.cc | 39 const char request_header::kCacheControl[] = "Cache-Control"; member in brillo::http::request_header |
/aosp_15_r20/external/cronet/net/http/ | ||
H A D | http_request_headers.h | 85 static const char kCacheControl[]; variable |
H A D | http_request_headers.cc | 55 const char HttpRequestHeaders::kCacheControl[] = "Cache-Control"; member in net::HttpRequestHeaders |
H A D | http_response_headers.cc | 967 const char kCacheControl[] = "cache-control"; in AddNonCacheableHeaders() local |