MCPcopy 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
1211inline const char *
1212HTTPHdr::query_get(int *length)
1213{
1214 URL *url = this->url_get();
1215 return url ? url->query_get(length) : nullptr;
1216}
1217
1218inline const char *
1219HTTPHdr::fragment_get(int *length)

Callers

nothing calls this directly

Calls 1

url_getMethod · 0.95

Tested by

no test coverage detected