MCPcopy
hub / github.com/urllib3/urllib3 / start_proxy_server

Method start_proxy_server

test/test_ssltransport.py:355–359  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

353
354 @classmethod
355 def start_proxy_server(cls) -> None:
356 # Proxy server will handle the first TLS connection and create a
357 # connection to the destination server.
358 cls.proxy_server = SocketProxyDummyServer(cls.host, cls.port)
359 cls.proxy_server.start_proxy_handler()
360
361 @classmethod
362 def teardown_class(cls) -> None:

Calls 2

start_proxy_handlerMethod · 0.80

Tested by

no test coverage detected