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

Method post

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

Source from the content-addressed store, hash-verified

648
649class RevertFlow(RequestHandler):
650 def post(self, flow_id):
651 if self.flow.modified():
652 self.flow.revert()
653 self.view.update([self.flow])
654
655
656class ReplayFlow(RequestHandler):

Callers

nothing calls this directly

Calls 3

modifiedMethod · 0.80
revertMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected