Lines Matching refs:headers
40 * Entity headers' names
125 /* find certain cache controlling headers */
237 /* cache_select() may have added conditional headers */
247 r, APLOGNO(00753) "Restoring request headers for %s",
266 * the headers. */
270 "Restoring request headers.");
639 * Deliver cached content (headers and body) up the stack.
801 * If we can, call cache_create_entity() and save the headers and body
825 apr_table_t *headers;
966 headers = r->err_headers_out;
970 headers = r->headers_out;
973 /* Have we received a 304 response without any headers at all? Fall back to
974 * the original headers in the original cached request.
994 ap_cache_control(r, &control, cc_out, pragma, headers);
999 * At this point we decide based on the response headers whether it
1076 * headers.
1081 reason = "No Last-Modified; Etag; Expires; Cache-Control:max-age or Cache-Control:s-maxage headers";
1165 * 13.3.3), the response SHOULD NOT include other entity-headers.
1167 * response MUST NOT include other entity-headers; this prevents
1168 * inconsistencies between cached entity-bodies and updated headers.
1183 * A 304 response with contradictory headers is technically a
1298 * the headers).
1316 * Restore the original request headers as they may be needed
1363 /* store away the previously parsed cache control headers */
1453 /* RFC 2616 10.3.5 states that entity headers are not supposed
1455 * response headers with the cached headers *before* we update
1456 * the cached headers.
1460 * the cacheable only headers using ap_cache_cacheable_headers_out(),
1461 * here we want to keep the original headers in r->headers_out and
1466 /* Merge in our cached headers. However, keep any updated values. */
1473 * trying to update headers for an entity which has already been cached.
1481 /* Did we just update the cached headers on a revalidated response?
1485 * against the cached or merged response headers.
1496 /* We're just saving response headers, so we are done. Commit
1505 /* Restore the original request headers and see if we need to
1514 /* Strip the entity headers merged from the cached headers before
1540 "cache: updating headers with store_headers failed. "
1753 * environment, and if configured, to headers in the response.
1762 * service developers who may need to know whether their Cache-Control headers
1766 apr_table_t *headers, ap_cache_status_e status, const char *reason)
1804 apr_table_setn(headers, "X-Cache", apr_psprintf(r->pool, "%s from %s",
1818 apr_table_setn(headers, "X-Cache-Detail", apr_psprintf(r->pool,
2007 /* array of headers that should not be stored in cache */
2556 "A space separated list of headers that should not be "
2700 apr_table_t *headers, ap_cache_status_e status,
2701 const char *reason), (h, r, headers, status, reason),