Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ request
Method
request
mitmproxy/addons/modifybody.py:55–58 ·
view source on GitHub ↗
(self, flow)
Source
from the content-addressed store, hash-verified
53
)
54
55
def
request(self, flow):
56
if
flow.response or flow.error or not flow.live:
57
return
58
self.run(flow)
59
60
def
response(self, flow):
61
if
flow.error or not flow.live:
Callers
6
test_simple
Method · 0.95
test_taken
Method · 0.95
test_order
Method · 0.95
test_backslash_in_replacement
Method · 0.95
test_simple
Method · 0.95
test_nonexistent
Method · 0.95
Calls
1
run
Method · 0.95
Tested by
6
test_simple
Method · 0.76
test_taken
Method · 0.76
test_order
Method · 0.76
test_backslash_in_replacement
Method · 0.76
test_simple
Method · 0.76
test_nonexistent
Method · 0.76