| 842 | -------------------------------------------------------------------------*/ |
| 843 | |
| 844 | inline HTTPType |
| 845 | HTTPHdr::type_get() const |
| 846 | { |
| 847 | ink_assert(valid()); |
| 848 | return http_hdr_type_get(m_http); |
| 849 | } |
| 850 | |
| 851 | /*------------------------------------------------------------------------- |
| 852 | -------------------------------------------------------------------------*/ |