Module httplib :: Class HTTPS
[show private | hide private]
[frames | no frames]

Class HTTPS

HTTP --+
       |
      HTTPS


Compatibility with 1.5 httplib interface

Python 1.5.2 did not have an HTTPS class, but it defined an interface for sending http requests that is also useful for https.
Method Summary
  __init__(self, host, port, key_file, cert_file, strict)
  close(self)
(inherited from HTTP)
  connect(self, host, port)
Accept arguments to set the host/port, since the superclass doesn't. (inherited from HTTP)
  getfile(self)
Provide a getfile, since the superclass' does not use this concept. (inherited from HTTP)
  getreply(self)
Compat definition since superclass does not define it. (inherited from HTTP)
  putheader(self, header, *values)
The superclass allows only one value argument. (inherited from HTTP)
  _setup(self, conn)
(inherited from HTTP)

Class Variable Summary
classobj HTTPSConnection

Class Variable Details

HTTPSConnection

HTTPSConnection = httplib.HTTPSConnection

Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 http://epydoc.sf.net