| Home | Trees | Index | Help |
|---|
| Package Halberd :: Module clientlib |
|
| Classes | |
|---|---|
HTTPClient |
Special-purpose HTTP client. |
HTTPSClient |
Special-purpose HTTPS client. |
| Exceptions | |
|---|---|
ConnectionRefused |
Unable to reach webserver |
HTTPError |
Generic HTTP exception |
HTTPSError |
Generic HTTPS exception |
InvalidURL |
Invalid or unsupported URL |
TimedOut |
Operation timed out |
UnknownReply |
The remote host didn't return an HTTP reply |
| Function Summary | |
|---|---|
class
|
HTTP/HTTPS client factory. |
| Variable Summary | |
|---|---|
int |
default_bufsize: Default number of bytes to try to read from the network. |
str |
default_template: Request template, must be filled by HTTPClient |
float |
default_timeout: Default timeout for socket operations. |
| Function Details |
|---|
clientFactory(scantask)HTTP/HTTPS client factory.
|
| Variable Details |
|---|
default_bufsizeDefault number of bytes to try to read from the network.
|
default_templateRequest template, must be filled byHTTPClient
|
default_timeoutDefault timeout for socket operations.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Aug 24 19:08:31 2006 | http://epydoc.sf.net |