Lines Matching refs:HTTPConnection
6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
680 class HTTPConnection:
888 # HTTPConnection() class. backwards-compat clients
1022 # socket and response were made independent of this HTTPConnection
1067 _connection_class = HTTPConnection
1155 class HTTPSConnection(HTTPConnection):
1163 HTTPConnection.__init__(self, host, port, strict, timeout,