Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ exit
Method
exit
mitmproxy/tools/console/consoleaddons.py:355–357 ·
view source on GitHub ↗
Exit mitmproxy.
(self)
Source
from the content-addressed store, hash-verified
353
354
@command.command(
"console.exit"
)
355
def
exit(self) -> None:
356
""
"Exit mitmproxy."
""
357
self.master.shutdown()
358
359
@command.command(
"console.view.pop"
)
360
def
view_pop(self) -> None:
Callers
13
deploy-microsoft-store.py
File · 0.80
make_request
Function · 0.80
main
Function · 0.80
main
Function · 0.80
loggrep.py
File · 0.80
process_options
Function · 0.80
main
Function · 0.80
running
Method · 0.80
dump_info
Function · 0.80
dump_stacks
Function · 0.80
emit
Method · 0.80
save_flow
Method · 0.80
Calls
1
shutdown
Method · 0.45
Tested by
1
make_request
Function · 0.64