Package M2Crypto :: Module httpslib :: Class HTTPS
[frames] | no frames]

Class HTTPS




Instance Methods
 
__init__(self, host='', port=None, strict=None, **ssl)
Provide a default host, since the superclass requires one.

Inherited from httplib.HTTP: close, connect, getfile, getreply, putheader

Class Variables

Inherited from httplib.HTTP: debuglevel

Method Details

__init__(self, host='', port=None, strict=None, **ssl)
(Constructor)

 

Provide a default host, since the superclass requires one.

Overrides: httplib.HTTP.__init__
(inherited documentation)