MCPcopy 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
228class ResponseData(MessageData):
229 status_code: int
230 reason: bytes
231
232
233class Message(serializable.Serializable):

Callers 3

test_connectMethod · 0.90
test_upgradeMethod · 0.90
__init__Method · 0.70

Calls

no outgoing calls

Tested by 2

test_connectMethod · 0.72
test_upgradeMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…