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

Class RequestData

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

Source from the content-addressed store, hash-verified

32
33@dataclass
34class RequestData(HttpEvent):
35 data: bytes
36
37 def __init__(self, stream_id: int, data: bytes):
38 self.stream_id = stream_id
39 self.data = data
40
41
42@dataclass

Callers 4

check_body_sizeMethod · 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…