Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1198
inline char *
1199
HTTPHdr::url_string_get_ref(int *length)
1200
{
1201
return this->url_string_get(USE_HDR_HEAP_MAGIC, length);
1202
}
1203
1204
inline const char *
1205
HTTPHdr::path_get(int *length)
Callers
3
mark_host_failure
Method · 0.80
OriginDown
Method · 0.80
init
Method · 0.80
Calls
1
url_string_get
Method · 0.95
Tested by
no test coverage detected