Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ client_request
Method
client_request
tools/gdb-helpers.py:180–181 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
return
self.val[
'sm_id'
]
179
180
def
client_request(self):
181
return
HTTPHdr(self.val[
't_state'
][
'hdr_info'
][
'client_request'
])
182
183
def
client_response(self):
184
return
HTTPHdr(self.val[
't_state'
][
'hdr_info'
][
'client_response'
])
Callers
1
sm_command
Function · 0.95
Calls
1
HTTPHdr
Class · 0.70
Tested by
no test coverage detected