MCPcopy 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
144def _test_echo(

Callers 10

test_simpleMethod · 0.95
test_untrusted_certMethod · 0.95
make_client_tls_layerFunction · 0.95
test_server_requiredMethod · 0.95
test_client_onlyMethod · 0.45
test_sslkeylogfileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected