MCPcopy Create free account
hub / github.com/apache/trafficserver / scheme_get

Method scheme_get

include/proxy/hdrs/HTTP.h:1225–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225inline const char *
1226HTTPHdr::scheme_get(int *length)
1227{
1228 URL *url = this->url_get();
1229 return url ? url->scheme_get(length) : nullptr;
1230}
1231
1232/*-------------------------------------------------------------------------
1233 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

url_getMethod · 0.95

Tested by

no test coverage detected