Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ status
Method
status
tools/gdb-helpers.py:114–115 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
return
ats_str(self.impl[
'u'
][
'req'
][
'm_ptr_method'
], self.impl[
'u'
][
'req'
][
'm_len_method'
])
113
114
def
status(self):
115
return
self.impl[
'u'
][
'resp'
][
'm_status'
]
116
117
def
headers(self):
118
mime = self.val[
'm_mime'
].dereference()
Callers
1
pr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected