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

Method get

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

Source from the content-addressed store, hash-verified

370
371class FilterHelp(RequestHandler):
372 def get(self):
373 self.write(dict(commands=flowfilter.help))
374
375
376class WebSocketEventBroadcaster(tornado.websocket.WebSocketHandler, AuthRequestHandler):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected