MCPcopy 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
1204inline const char *
1205HTTPHdr::path_get(int *length)
1206{
1207 URL *url = this->url_get();
1208 return url ? url->path_get(length) : nullptr;
1209}
1210
1211inline const char *
1212HTTPHdr::query_get(int *length)

Callers

nothing calls this directly

Calls 1

url_getMethod · 0.95

Tested by

no test coverage detected