MCPcopy 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_clientMethod · 0.95
open_connectionMethod · 0.95
hook_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected