Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ FooHook
Class
FooHook
test/mitmproxy/test_hooks.py:19–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
@dataclass
19
class
FooHook(hooks.Hook):
20
data: bytes
21
22
e = FooHook(b
"foo"
)
23
assert repr(e)
Callers
1
test_hook
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_hook
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…