MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / ResponseData

Class ResponseData

mitmproxy/proxy/layers/http/_events.py:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42@dataclass
43class ResponseData(HttpEvent):
44 data: bytes
45
46 def __init__(self, stream_id: int, data: bytes):
47 self.stream_id = stream_id
48 self.data = data
49
50
51@dataclass

Callers 5

send_responseMethod · 0.70
check_body_sizeMethod · 0.70
handle_connect_finishMethod · 0.70
passthroughMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…