MCPcopy
hub / github.com/mitmproxy/mitmproxy / get

Method get

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

Source from the content-addressed store, hash-verified

499
500class Flows(RequestHandler):
501 def get(self):
502 self.write([flow_to_json(f) for f in self.view])
503
504
505class DumpFlows(RequestHandler):

Callers 15

mainFunction · 0.45
__init__Method · 0.45
web_urlMethod · 0.45
flow_to_jsonFunction · 0.45
wrapperMethod · 0.45
jsonMethod · 0.45
send_taskMethod · 0.45
getMethod · 0.45
getMethod · 0.45
__init__Method · 0.45
open_browserFunction · 0.45
dequeueAndLogMethod · 0.45

Calls 2

flow_to_jsonFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected