Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ load
Method
load
test/mitmproxy/data/addonscripts/addon.py:11–13 ·
view source on GitHub ↗
(self, opts)
Source
from the content-addressed store, hash-verified
9
return
event_log
10
11
def
load(self, opts):
12
logging.info(
"addon running"
)
13
event_log.append(
"addonload"
)
14
15
def
configure(self, updated):
16
event_log.append(
"addonconfigure"
)
Callers
9
tctx
Function · 0.45
test_socks5_trickle
Function · 0.45
test_socks5_auth_success
Function · 0.45
test_socks5_auth_fail
Function · 0.45
test_http_fuzz.py
File · 0.45
test_roundtrip_file_examples
Method · 0.45
test_roundtrip_file_random
Method · 0.45
test_error_on_absurd_lengths
Method · 0.45
test_metadata
Method · 0.45
Calls
2
info
Method · 0.80
append
Method · 0.45
Tested by
8
tctx
Function · 0.36
test_socks5_trickle
Function · 0.36
test_socks5_auth_success
Function · 0.36
test_socks5_auth_fail
Function · 0.36
test_roundtrip_file_examples
Method · 0.36
test_roundtrip_file_random
Method · 0.36
test_error_on_absurd_lengths
Method · 0.36
test_metadata
Method · 0.36