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

Method get

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

Source from the content-addressed store, hash-verified

802
803class Options(RequestHandler):
804 def get(self):
805 self.write(optmanager.dump_dicts(self.master.options))
806
807 def put(self):
808 update = self.json

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected