Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ do_handshake
Method
do_handshake
test/mitmproxy/proxy/layers/test_tls.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
return
self.out.read(bufsize)
139
140
def
do_handshake(self) -> None:
141
return
self.obj.do_handshake()
142
143
144
def
_test_echo(
Callers
10
test_simple
Method · 0.95
test_untrusted_cert
Method · 0.95
test_unsupported_protocol
Method · 0.95
test_post_handshake_authentication
Method · 0.95
make_client_tls_layer
Function · 0.95
test_server_required
Method · 0.95
test_client_only
Method · 0.45
test_mitmproxy_ca_is_untrusted
Method · 0.45
test_sslkeylogfile
Function · 0.45
receive_handshake_data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected