| Trees | Index | Help |
|
|---|
| Module httplib :: Class HTTPSConnection |
|
HTTPConnection --+
|
HTTPSConnection
| Method Summary | |
|---|---|
__init__(self,
host,
port,
key_file,
cert_file,
strict)
| |
Close the connection to the HTTP server. (inherited from HTTPConnection)
| |
Connect to a host on a given (SSL) port. | |
Indicate that the last header line has been sent to the server. (inherited from HTTPConnection)
| |
Get the response from the server. (inherited from HTTPConnection)
| |
Send a request header line to the server. (inherited from HTTPConnection)
| |
Send a request to the server. (inherited from HTTPConnection)
| |
Send a complete request to the server. (inherited from HTTPConnection)
| |
Send `str' to the server. (inherited from HTTPConnection)
| |
set_debuglevel(self,
level)
(inherited from HTTPConnection)
| |
Add a line of output to the current request buffer. (inherited from HTTPConnection)
| |
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
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 | http://epydoc.sf.net |