MCPcopy Create free account
hub / github.com/apache/httpd / ap_cache_cacheable_headers_in

Function ap_cache_cacheable_headers_in

modules/cache/cache_util.c:1242–1245  ·  view source on GitHub ↗

* Create a new table consisting of those elements from an input * headers table that are allowed to be stored in a cache. */

Source from the content-addressed store, hash-verified

1240 * headers table that are allowed to be stored in a cache.
1241 */
1242CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_in(request_rec *r)
1243{
1244 return ap_cache_cacheable_headers(r->pool, r->headers_in, r->server);
1245}
1246
1247/*
1248 * Create a new table consisting of those elements from an output

Callers 3

store_headersFunction · 0.85
store_headersFunction · 0.85
mod_cache.hFile · 0.85

Calls 1

Tested by

no test coverage detected