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

Function TSCacheHttpInfoReqSet

src/api/InkAPI.cc:3141–3150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3139}
3140
3141void
3142TSCacheHttpInfoReqSet(TSCacheHttpInfo infop, TSMBuffer bufp, TSMLoc obj)
3143{
3144 HTTPHdr h;
3145
3146 SET_HTTP_HDR(h, bufp, obj);
3147
3148 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3149 info->request_set(&h);
3150}
3151
3152void
3153TSCacheHttpInfoRespSet(TSCacheHttpInfo infop, TSMBuffer bufp, TSMLoc obj)

Callers

nothing calls this directly

Calls 1

request_setMethod · 0.80

Tested by

no test coverage detected