Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ ResponseData
Class
ResponseData
mitmproxy/http.py:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
227
@dataclass
228
class
ResponseData(MessageData):
229
status_code: int
230
reason: bytes
231
232
233
class
Message(serializable.Serializable):
Callers
3
test_connect
Method · 0.90
test_upgrade
Method · 0.90
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_connect
Method · 0.72
test_upgrade
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…