Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ configure
Method
configure
test/mitmproxy/data/addonscripts/addon.py:15–16 ·
view source on GitHub ↗
(self, updated)
Source
from the content-addressed store, hash-verified
13
event_log.append(
"addonload"
)
14
15
def
configure(self, updated):
16
event_log.append(
"addonconfigure"
)
17
18
19
def
configure(updated):
Callers
15
show
Function · 0.45
test_static_viewer
Function · 0.45
test_socks5
Method · 0.45
test_authenticate
Method · 0.45
test_configure
Method · 0.45
test_handlers
Method · 0.45
test_block
Method · 0.45
test_uppercase_header_values
Method · 0.45
test_mixedcase_header_names
Method · 0.45
test_special_kill_status_closes_connection
Method · 0.45
test_already_handled
Method · 0.45
test_configure_err
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
15
test_static_viewer
Function · 0.36
test_socks5
Method · 0.36
test_authenticate
Method · 0.36
test_configure
Method · 0.36
test_handlers
Method · 0.36
test_block
Method · 0.36
test_uppercase_header_values
Method · 0.36
test_mixedcase_header_names
Method · 0.36
test_special_kill_status_closes_connection
Method · 0.36
test_already_handled
Method · 0.36
test_configure_err
Method · 0.36
test_basic
Method · 0.36