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

Function TSUrlRawSchemeGet

src/api/InkAPI.cc:1094–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094const char *
1095TSUrlRawSchemeGet(TSMBuffer bufp, TSMLoc obj, int *length)
1096{
1097 return URLPartGet(bufp, obj, length, &URL::scheme_get);
1098}
1099
1100const char *
1101TSUrlSchemeGet(TSMBuffer bufp, TSMLoc obj, int *length)

Callers 2

TSUrlSchemeGetFunction · 0.85
testsForReqHdrFunction · 0.85

Calls 1

URLPartGetFunction · 0.85

Tested by 1

testsForReqHdrFunction · 0.68