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

Function TSUrlHttpQueryGet

src/api/InkAPI.cc:1261–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259/* HTTP specific URLs */
1260
1261const char *
1262TSUrlHttpQueryGet(TSMBuffer bufp, TSMLoc obj, int *length)
1263{
1264 return URLPartGet(bufp, obj, length, &URL::query_get);
1265}
1266
1267TSReturnCode
1268TSUrlHttpQuerySet(TSMBuffer bufp, TSMLoc obj, const char *value, int length)

Callers 15

should_pushFunction · 0.85
TSRemapDoRemapFunction · 0.85
TSRemapDoRemapFunction · 0.85
setup_requestFunction · 0.85
GetSVMethod · 0.85
getQueryMethod · 0.85
populateMethod · 0.85
getQueryMethod · 0.85
getClientStateMethod · 0.85
getClientRequestFunction · 0.85
execMethod · 0.85

Calls 1

URLPartGetFunction · 0.85

Tested by 1