Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:650–653 ·
view source on GitHub ↗
(self, flow_id)
Source
from the content-addressed store, hash-verified
648
649
class
RevertFlow(RequestHandler):
650
def
post(self, flow_id):
651
if
self.flow.modified():
652
self.flow.revert()
653
self.view.update([self.flow])
654
655
656
class
ReplayFlow(RequestHandler):
Callers
nothing calls this directly
Calls
3
modified
Method · 0.80
revert
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected