Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ response_get
Method
response_get
include/proxy/hdrs/HTTP.h:1367–1371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1365
hdr->copy_shallow(&m_alt->m_request_hdr);
1366
}
1367
void
1368
response_get(HTTPHdr *hdr)
1369
{
1370
hdr->copy_shallow(&m_alt->m_response_hdr);
1371
}
1372
1373
HTTPHdr *
1374
request_get()
Callers
15
SelectFromAlternates
Method · 0.80
openReadStartHead
Method · 0.80
do_range_parse
Method · 0.80
do_range_setup_if_necessary
Method · 0.80
do_cache_prepare_update
Method · 0.80
find_appropriate_cached_resp
Function · 0.80
HandleCacheOpenRead
Method · 0.80
HandleCacheOpenReadHitFreshness
Method · 0.80
need_to_revalidate
Method · 0.80
HandleCacheOpenReadHit
Method · 0.80
build_response_from_cache
Method · 0.80
HandleUpdateCachedObject
Method · 0.80
Calls
1
copy_shallow
Method · 0.45
Tested by
1
cache_hook_handler
Function · 0.64