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

Method host_set

include/proxy/hdrs/URL.h:612–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 -------------------------------------------------------------------------*/
611
612inline void
613URL::host_set(const char *value, int length)
614{
615 ink_assert(valid());
616 m_url_impl->set_host(m_heap, value, length, true);
617}
618
619/*-------------------------------------------------------------------------
620 -------------------------------------------------------------------------*/

Callers 11

state_api_calloutMethod · 0.45
do_remap_requestMethod · 0.45
redirect_requestMethod · 0.45
DecideCacheLookupMethod · 0.45
build_requestMethod · 0.45
remap_parse_config_btiFunction · 0.45
forl_LLFunction · 0.45

Calls 1

set_hostMethod · 0.80

Tested by

no test coverage detected