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