Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ request
Method
request
mitmproxy/addons/intercept.py:44–45 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
42
# Handlers
43
44
def
request(self, f):
45
self.process_flow(f)
46
47
def
response(self, f):
48
self.process_flow(f)
Callers
nothing calls this directly
Calls
1
process_flow
Method · 0.95
Tested by
no test coverage detected