MCPcopy
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
553class 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
561class ResumeFlow(RequestHandler):

Callers

nothing calls this directly

Calls 2

killMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected