Module httplib :: Class HTTPSConnection
[hide private]
[frames] | no frames]

_ClassType HTTPSConnection

HTTPConnection --+
                 |
                HTTPSConnection

This class allows communication via SSL.

Nested Classes [hide private]

Inherited from HTTPConnection: response_class

Instance Methods [hide private]
 
__init__(self, host, port=None, key_file=None, cert_file=None, strict=None)
 
connect(self)
Connect to a host on a given (SSL) port.

Inherited from HTTPConnection: close, endheaders, getresponse, putheader, putrequest, request, send, set_debuglevel

Class Variables [hide private]
  default_port = 443

Inherited from HTTPConnection: auto_open, debuglevel, strict

Inherited from HTTPConnection (private): _http_vsn, _http_vsn_str

Method Details [hide private]

__init__(self, host, port=None, key_file=None, cert_file=None, strict=None)
(Constructor)

 
Overrides: HTTPConnection.__init__

connect(self)

 

Connect to a host on a given (SSL) port.

Overrides: HTTPConnection.connect