MCPcopy
hub / github.com/urllib3/urllib3 / _WrappedAndVerifiedSocket

Class _WrappedAndVerifiedSocket

src/urllib3/connection.py:891–898  ·  view source on GitHub ↗

Wrapped socket and whether the connection is verified after the TLS handshake

Source from the content-addressed store, hash-verified

889
890
891class _WrappedAndVerifiedSocket(typing.NamedTuple):
892 """
893 Wrapped socket and whether the connection is
894 verified after the TLS handshake
895 """
896
897 socket: ssl.SSLSocket | SSLTransport
898 is_verified: bool
899
900
901def _ssl_wrap_socket_and_match_hostname(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected