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

Method version_get

include/proxy/hdrs/HTTP.h:854–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852 -------------------------------------------------------------------------*/
853
854inline HTTPVersion
855HTTPHdr::version_get() const
856{
857 ink_assert(valid());
858 return m_http->m_version;
859}
860
861/*-------------------------------------------------------------------------
862 -------------------------------------------------------------------------*/

Calls

no outgoing calls

Tested by

no test coverage detected