Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
218
class
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_simple
Method · 0.90
test_connect
Method · 0.90
test_upgrade
Method · 0.90
test_connect
Method · 0.90
test_upgrade
Method · 0.90
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
5
test_simple
Method · 0.72
test_connect
Method · 0.72
test_upgrade
Method · 0.72
test_connect
Method · 0.72
test_upgrade
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…