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

Method host_get

include/proxy/hdrs/URL.h:602–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 -------------------------------------------------------------------------*/
601
602inline const char *
603URL::host_get(int *length)
604{
605 ink_assert(valid());
606 return m_url_impl->get_host(length);
607}
608
609/*-------------------------------------------------------------------------
610 -------------------------------------------------------------------------*/

Callers 15

generate_keyMethod · 0.45
generate_key92Method · 0.45
scanObjectMethod · 0.45
check_sni_hostMethod · 0.45
get_outbound_sniMethod · 0.45
do_http_server_openMethod · 0.45
mark_host_failureMethod · 0.45
redirect_requestMethod · 0.45
validate_host_sniMethod · 0.45
OriginDownMethod · 0.45

Calls 1

get_hostMethod · 0.45

Tested by

no test coverage detected