MCPcopy Create free account
hub / github.com/apache/trafficserver / version_set

Method version_set

include/proxy/hdrs/HTTP.h:941–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939 -------------------------------------------------------------------------*/
940
941inline void
942HTTPHdr::version_set(HTTPVersion version)
943{
944 ink_assert(valid());
945 http_hdr_version_set(m_http, version);
946}
947
948/*-------------------------------------------------------------------------
949 -------------------------------------------------------------------------*/

Callers 10

build_base_responseMethod · 0.80
how_to_open_connectionFunction · 0.80
HandleBlindTunnelMethod · 0.80
build_requestMethod · 0.80
TSHttpHdrVersionSetFunction · 0.80

Calls 1

http_hdr_version_setFunction · 0.85

Tested by

no test coverage detected