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

Method type_get

include/proxy/hdrs/HTTP.h:844–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

http_hdr_type_getFunction · 0.85

Tested by 1

check_headerFunction · 0.64