Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ path_get
Method
path_get
include/proxy/hdrs/HTTP.h:1204–1209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1202
}
1203
1204
inline const char *
1205
HTTPHdr::path_get(int *length)
1206
{
1207
URL *url = this->url_get();
1208
return url ? url->path_get(length) : nullptr;
1209
}
1210
1211
inline const char *
1212
HTTPHdr::query_get(int *length)
Callers
nothing calls this directly
Calls
1
url_get
Method · 0.95
Tested by
no test coverage detected