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

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected