MCPcopy
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
567class 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
574class FlowHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

killMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected