MCPcopy
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
544class 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
553class KillFlows(RequestHandler):

Callers

nothing calls this directly

Calls 2

resumeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected