Fetching HTTPS resources through HTTPS proxies is unsupported
| 318 | |
| 319 | |
| 320 | class ProxySchemeUnsupported(ValueError): |
| 321 | """Fetching HTTPS resources through HTTPS proxies is unsupported""" |
| 322 | |
| 323 | |
| 324 | class HeaderParsingError(HTTPError): |
no outgoing calls
no test coverage detected