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

Method protocol_contains

src/proxy/ProxySession.cc:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278const char *
279ProxySession::protocol_contains(std::string_view tag_prefix) const
280{
281 return _vc ? _vc->protocol_contains(tag_prefix) : nullptr;
282}
283
284HTTPVersion
285ProxySession::get_version(HTTPHdr &hdr) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected