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

Method client_info

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

Source from the content-addressed store, hash-verified

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'])
200
201 def parent_info(self):
202 return ConnectionAttributes(self.val['t_state']['client_info'])

Callers 1

sm_commandFunction · 0.95

Calls 1

Tested by

no test coverage detected