Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ request_get
Method
request_get
include/proxy/hdrs/HTTP.h:1362–1366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1360
int64_t object_size_get();
1361
1362
void
1363
request_get(HTTPHdr *hdr)
1364
{
1365
hdr->copy_shallow(&m_alt->m_request_hdr);
1366
}
1367
void
1368
response_get(HTTPHdr *hdr)
1369
{
Callers
15
SelectFromAlternates
Method · 0.80
updateVector
Method · 0.80
scanObject
Method · 0.80
generate_key
Function · 0.80
start_test
Method · 0.80
do_cache_prepare_update
Method · 0.80
HandleCacheOpenRead
Method · 0.80
HandleUpdateCachedObject
Method · 0.80
merge_and_update_headers_for_cache_update
Method · 0.80
handle_transform_ready
Method · 0.80
set_headers_for_cache_write
Method · 0.80
is_cache_response_returnable
Method · 0.80
Calls
1
copy_shallow
Method · 0.45
Tested by
1
cache_hook_handler
Function · 0.64