MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / post

Method post

mitmproxy/tools/web/app.py:539–541  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

537
538class ClearAll(RequestHandler):
539 def post(self):
540 self.view.clear()
541 self.master.events.clear()
542
543
544class ResumeFlows(RequestHandler):

Callers 4

GuFunction · 0.45
dumpMethod · 0.45
test_httpMethod · 0.45
onKeyDownFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

test_httpMethod · 0.36