MCPcopy 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 {

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected