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