Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ request_set
Method
request_set
include/proxy/hdrs/HTTP.h:1404–1408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1402
void object_size_set(int64_t size);
1403
1404
void
1405
request_set(const HTTPHdr *req)
1406
{
1407
m_alt->m_request_hdr.copy(req);
1408
}
1409
void
1410
response_set(const HTTPHdr *resp)
1411
{
Callers
7
build_hdrs
Function · 0.80
do_cache_prepare_update
Method · 0.80
HandleUpdateCachedObject
Method · 0.80
handle_cache_operation_on_forward_server_response
Method · 0.80
merge_and_update_headers_for_cache_update
Method · 0.80
set_headers_for_cache_write
Method · 0.80
TSCacheHttpInfoReqSet
Function · 0.80
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected