MCPcopy
hub / github.com/mitmproxy/mitmproxy / post

Method post

mitmproxy/tools/web/app.py:562–564  ·  view source on GitHub ↗
(self, flow_id)

Source from the content-addressed store, hash-verified

560
561class ResumeFlow(RequestHandler):
562 def post(self, flow_id):
563 self.flow.resume()
564 self.view.update([self.flow])
565
566
567class KillFlow(RequestHandler):

Callers

nothing calls this directly

Calls 2

resumeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected