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

Class HTTPSConnection

HTTPConnection --+
                 |
                HTTPSConnection


This class allows communication via SSL.
Method Summary
  __init__(self, host, port, key_file, cert_file, strict)
  close(self)
Close the connection to the HTTP server. (inherited from HTTPConnection)
  connect(self)
Connect to a host on a given (SSL) port.
  endheaders(self)
Indicate that the last header line has been sent to the server. (inherited from HTTPConnection)
  getresponse(self)
Get the response from the server. (inherited from HTTPConnection)
  putheader(self, header, value)
Send a request header line to the server. (inherited from HTTPConnection)
  putrequest(self, method, url, skip_host)
Send a request to the server. (inherited from HTTPConnection)
  request(self, method, url, body, headers)
Send a complete request to the server. (inherited from HTTPConnection)
  send(self, str)
Send `str' to the server. (inherited from HTTPConnection)
  set_debuglevel(self, level)
(inherited from HTTPConnection)
  _output(self, s)
Add a line of output to the current request buffer. (inherited from HTTPConnection)
  _send_output(self)
Send the currently buffered request and clear the buffer. (inherited from HTTPConnection)
  _send_request(self, method, url, body, headers)
(inherited from HTTPConnection)
  _set_hostport(self, host, port)
(inherited from HTTPConnection)

Class Variable Summary
int default_port

Method Details

connect(self)

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

Class Variable Details

default_port

Type:
int
Value:
443                                                                    

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