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

Method is_target_in_url

include/proxy/hdrs/HTTP.h:807–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 -------------------------------------------------------------------------*/
806
807inline bool
808HTTPHdr::is_target_in_url() const
809{
810 this->_test_and_fill_target_cache();
811 return m_target_in_url;
812}
813
814/*-------------------------------------------------------------------------
815 -------------------------------------------------------------------------*/

Callers 4

EndRemapRequestMethod · 0.80
ModifyRequestMethod · 0.80
build_requestMethod · 0.80
setup_for_remapMethod · 0.80

Calls 1

Tested by

no test coverage detected