| Home | Trees | Index | Help |
|---|
| Package Halberd :: Module clientlib :: Class HTTPClient |
|
HTTPSClient| Method Summary | |
|---|---|
Initializes the object. | |
__del__(self)
| |
tuple
|
Talk to the target webserver and fetch MIME headers. |
| Instance Variable Summary | |
|---|---|
int |
bufsize: Buffer size for network I/O. |
str |
template: Template of the HTTP request to be sent to the target. |
float |
timeout: Timeout for socket operations (expressed in seconds). |
| Method Details |
|---|
__init__(self)
Initializes the object.
|
getHeaders(self, address, urlstr)Talk to the target webserver and fetch MIME headers.
|
| Instance Variable Details |
|---|
bufsizeBuffer size for network I/O.
|
timeoutTimeout for socket operations (expressed in seconds). WARNING: changing this value is strongly discouraged.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jul 18 22:25:57 2007 | http://epydoc.sf.net |