Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ response_set
Method
response_set
include/proxy/hdrs/HTTP.h:1409–1413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1407
m_alt->m_request_hdr.copy(req);
1408
}
1409
void
1410
response_set(const HTTPHdr *resp)
1411
{
1412
m_alt->m_response_hdr.copy(resp);
1413
}
1414
1415
void
1416
request_sent_time_set(time_t t)
Callers
6
build_hdrs
Function · 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
TSCacheHttpInfoRespSet
Function · 0.80
TSHttpTxnCachedRespModifiableGet
Function · 0.80
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected