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

Function TSCacheHttpInfoReqGet

src/api/InkAPI.cc:3100–3108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3098}
3099
3100void
3101TSCacheHttpInfoReqGet(TSCacheHttpInfo infop, TSMBuffer *bufp, TSMLoc *obj)
3102{
3103 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3104
3105 *(reinterpret_cast<HTTPHdr **>(bufp)) = info->request_get();
3106 *obj = reinterpret_cast<TSMLoc>(info->request_get()->m_http);
3107 sdk_assert(sdk_sanity_check_mbuffer(*bufp) == TS_SUCCESS);
3108}
3109
3110void
3111TSCacheHttpInfoRespGet(TSCacheHttpInfo infop, TSMBuffer *bufp, TSMLoc *obj)

Callers 1

handle_scanFunction · 0.85

Calls 2

sdk_sanity_check_mbufferFunction · 0.85
request_getMethod · 0.80

Tested by

no test coverage detected