Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:545–550 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
543
544
class
ResumeFlows(RequestHandler):
545
def
post(self):
546
for
f in self.view:
547
if
not f.intercepted:
548
continue
549
f.resume()
550
self.view.update([f])
551
552
553
class
KillFlows(RequestHandler):
Callers
nothing calls this directly
Calls
2
resume
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected