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

Method url_string_get_ref

include/proxy/hdrs/HTTP.h:1198–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196}
1197
1198inline char *
1199HTTPHdr::url_string_get_ref(int *length)
1200{
1201 return this->url_string_get(USE_HDR_HEAP_MAGIC, length);
1202}
1203
1204inline const char *
1205HTTPHdr::path_get(int *length)

Callers 3

mark_host_failureMethod · 0.80
OriginDownMethod · 0.80
initMethod · 0.80

Calls 1

url_string_getMethod · 0.95

Tested by

no test coverage detected