MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / HTTPException

Class HTTPException

tools/python-3.11.9-amd64/Lib/http/client.py:1480–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478 __all__.append("HTTPSConnection")
1479
1480class HTTPException(Exception):
1481 # Subclasses that define an __init__ must call Exception.__init__
1482 # or define self.args. Otherwise, str() will fail.
1483 pass
1484
1485class NotConnected(HTTPException):
1486 pass

Callers 1

_read_headersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected