MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / post

Method post

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

Source from the content-addressed store, hash-verified

641
642class DuplicateFlow(RequestHandler):
643 def post(self, flow_id):
644 f = self.flow.copy()
645 self.view.add([f])
646 self.write(f.id)
647
648
649class RevertFlow(RequestHandler):

Callers

nothing calls this directly

Calls 3

copyMethod · 0.45
addMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected