MCPcopy 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

SelectFromAlternatesMethod · 0.80
updateVectorMethod · 0.80
scanObjectMethod · 0.80
generate_keyFunction · 0.80
start_testMethod · 0.80
HandleCacheOpenReadMethod · 0.80

Calls 1

copy_shallowMethod · 0.45

Tested by 1

cache_hook_handlerFunction · 0.64