MCPcopy 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

SelectFromAlternatesMethod · 0.80
openReadStartHeadMethod · 0.80
do_range_parseMethod · 0.80
HandleCacheOpenReadMethod · 0.80
need_to_revalidateMethod · 0.80

Calls 1

copy_shallowMethod · 0.45

Tested by 1

cache_hook_handlerFunction · 0.64