Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:568–571 ·
view source on GitHub ↗
(self, flow_id)
Source
from the content-addressed store, hash-verified
566
567
class
KillFlow(RequestHandler):
568
def
post(self, flow_id):
569
if
self.flow.killable:
570
self.flow.kill()
571
self.view.update([self.flow])
572
573
574
class
FlowHandler(RequestHandler):
Callers
nothing calls this directly
Calls
2
kill
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected