MCPcopy
hub / github.com/urllib3/urllib3 / ProxySchemeUnsupported

Class ProxySchemeUnsupported

src/urllib3/exceptions.py:320–321  ·  view source on GitHub ↗

Fetching HTTPS resources through HTTPS proxies is unsupported

Source from the content-addressed store, hash-verified

318
319
320class ProxySchemeUnsupported(ValueError):
321 """Fetching HTTPS resources through HTTPS proxies is unsupported"""
322
323
324class HeaderParsingError(HTTPError):

Callers 2

_ssl_wrap_socket_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected