Home | Trees | Index | Help |
---|
Package tlslite :: Package integration :: Module HTTPTLSConnection :: Class HTTPBaseTLSConnection |
|
HTTPConnection
--+
|
HTTPBaseTLSConnection
HTTPTLSConnection
Method Summary | |
---|---|
__init__(self,
host,
port,
strict)
| |
Connect to the host and port specified in __init__. | |
Inherited from HTTPConnection | |
Close the connection to the HTTP server. | |
Indicate that the last header line has been sent to the server. | |
Get the response from the server. | |
Send a request header line to the server. | |
Send a request to the server. | |
Send a complete request to the server. | |
Send `str' to the server. | |
|
Class Variable Summary | |
---|---|
int |
default_port = 443 |
Inherited from HTTPConnection | |
int |
auto_open = 1 |
int |
debuglevel = 0 |
int |
strict = 0 |
Method Details |
---|
connect(self)Connect to the host and port specified in __init__.
|
Class Variable Details |
---|
default_port
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Mar 21 00:04:58 2004 | http://epydoc.sf.net |