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

Method get_version

src/proxy/ProxyTransaction.cc:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238HTTPVersion
239ProxyTransaction::get_version(HTTPHdr &hdr) const
240{
241 return hdr.version_get();
242}
243
244bool
245ProxyTransaction::is_read_closed() const

Callers

nothing calls this directly

Calls 1

version_getMethod · 0.80

Tested by

no test coverage detected