Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ process_flow
Method
process_flow
mitmproxy/addons/intercept.py:38–40 ·
view source on GitHub ↗
(self, f: flow.Flow)
Source
from the content-addressed store, hash-verified
36
)
37
38
def
process_flow(self, f: flow.Flow) -> None:
39
if
self.should_intercept(f):
40
f.intercept()
41
42
# Handlers
43
Callers
7
request
Method · 0.95
response
Method · 0.95
tcp_message
Method · 0.95
udp_message
Method · 0.95
dns_request
Method · 0.95
dns_response
Method · 0.95
websocket_message
Method · 0.95
Calls
2
should_intercept
Method · 0.95
intercept
Method · 0.45
Tested by
no test coverage detected