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