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

Method is_port_in_header

include/proxy/hdrs/HTTP.h:817–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815 -------------------------------------------------------------------------*/
816
817inline bool
818HTTPHdr::is_port_in_header() const
819{
820 this->_test_and_fill_target_cache();
821 return m_port_in_header;
822}
823
824/*-------------------------------------------------------------------------
825 -------------------------------------------------------------------------*/

Callers 2

ModifyRequestMethod · 0.80

Calls 1

Tested by

no test coverage detected