Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:554–558 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
552
553
class
KillFlows(RequestHandler):
554
def
post(self):
555
for
f in self.view:
556
if
f.killable:
557
f.kill()
558
self.view.update([f])
559
560
561
class
ResumeFlow(RequestHandler):
Callers
nothing calls this directly
Calls
2
kill
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected