Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ handle_hook
Method
handle_hook
mitmproxy/proxy/server.py:362–363 ·
view source on GitHub ↗
(self, hook: commands.StartHook)
Source
from the content-addressed store, hash-verified
360
361
@abc.abstractmethod
362
async
def
handle_hook(self, hook: commands.StartHook) -> None:
363
pass
364
365
def
log(
366
self,
Callers
3
handle_client
Method · 0.95
open_connection
Method · 0.95
hook_task
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected