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

Function TSCacheHttpInfoRespSet

src/api/InkAPI.cc:3152–3161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3150}
3151
3152void
3153TSCacheHttpInfoRespSet(TSCacheHttpInfo infop, TSMBuffer bufp, TSMLoc obj)
3154{
3155 HTTPHdr h;
3156
3157 SET_HTTP_HDR(h, bufp, obj);
3158
3159 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3160 info->response_set(&h);
3161}
3162
3163int
3164TSCacheHttpInfoVector(TSCacheHttpInfo infop, void *data, int length)

Callers

nothing calls this directly

Calls 1

response_setMethod · 0.80

Tested by

no test coverage detected