Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ response
Method
response
mitmproxy/addons/modifybody.py:60–63 ·
view source on GitHub ↗
(self, flow)
Source
from the content-addressed store, hash-verified
58
self.run(flow)
59
60
def
response(self, flow):
61
if
flow.error or not flow.live:
62
return
63
self.run(flow)
64
65
def
run(self, flow):
66
for
spec in self.replacements:
Callers
3
test_simple
Method · 0.95
test_taken
Method · 0.95
test_backslash_in_replacement
Method · 0.95
Calls
1
run
Method · 0.95
Tested by
3
test_simple
Method · 0.76
test_taken
Method · 0.76
test_backslash_in_replacement
Method · 0.76