Lines Matching defs:header
992 /* Parse the cache control header */
1017 * valid Expires or Cache Control header. If we find a either of
1024 * another header(s) that explicitly allow it. For example, these
1025 * include the following: an Expires header (section 14.21); a
1041 /* if a broken Expires header is present, don't cache it */
1042 reason = apr_pstrcat(p, "Broken expires header: ", exps, NULL);
1046 /* if a Expires header is in the past, don't cache it */
1047 reason = "Expires header already expired; not cacheable";
1110 reason = "Vary header contains '*'";
1128 * Note: a new response that has an older Date header value than
1354 * We now want to update the cache file header information with
1380 /* no date header (or bad header)! */
1472 /* Write away header information to cache. It is possible that we are
1759 * The status is optionally saved to an X-Cache header, and the detail of
1761 * saved to an X-Cache-Detail header. This extra detail is useful for
2159 const char *header)
2167 if (!strcasecmp(header, "None")) {
2168 /* if header None is listed clear array */
2174 /* Only add header if no "None" has been found in header list
2179 (*new) = (char *)header;
2578 "Add a X-Cache header to responses. Default is off."),
2581 "Add a X-Cache-Detail header to responses. Default is off."),