MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / RequestData

Class RequestData

mitmproxy/http.py:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217@dataclass
218class RequestData(MessageData):
219 host: str
220 port: int
221 method: bytes
222 scheme: bytes
223 authority: bytes
224 path: bytes
225
226
227@dataclass

Callers 6

test_simpleMethod · 0.90
test_connectMethod · 0.90
test_upgradeMethod · 0.90
test_connectMethod · 0.90
test_upgradeMethod · 0.90
__init__Method · 0.70

Calls

no outgoing calls

Tested by 5

test_simpleMethod · 0.72
test_connectMethod · 0.72
test_upgradeMethod · 0.72
test_connectMethod · 0.72
test_upgradeMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…