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

Method cache_response

tools/gdb-helpers.py:195–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 return HTTPHdr(self.val['t_state']['hdr_info']['transform_response'])
194
195 def cache_response(self):
196 return HTTPHdr(self.val['t_state']['hdr_info']['cache_response'])
197
198 def client_info(self):
199 return ConnectionAttributes(self.val['t_state']['client_info'])

Callers 1

sm_commandFunction · 0.95

Calls 1

HTTPHdrClass · 0.70

Tested by

no test coverage detected