Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:562–564 ·
view source on GitHub ↗
(self, flow_id)
Source
from the content-addressed store, hash-verified
560
561
class
ResumeFlow(RequestHandler):
562
def
post(self, flow_id):
563
self.flow.resume()
564
self.view.update([self.flow])
565
566
567
class
KillFlow(RequestHandler):
Callers
nothing calls this directly
Calls
2
resume
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected