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