Home | Trees | Indices | Help |
---|
|
HTTP/HTTPS client module.
|
|||
HTTPError Generic HTTP exception |
|||
HTTPSError Generic HTTPS exception |
|||
InvalidURL Invalid or unsupported URL |
|||
TimedOut Operation timed out |
|||
ConnectionRefused Unable to reach webserver |
|||
UnknownReply The remote host didn't return an HTTP reply |
|||
HTTPClient Special-purpose HTTP client. |
|||
HTTPSClient Special-purpose HTTPS client. |
|
|||
class
|
|
|
|||
float
|
default_timeout = 2 Default timeout for socket operations. |
||
int
|
default_bufsize = 1024 Default number of bytes to try to read from the network. |
||
str
|
default_template =
Request template, must be filled by HTTPClient |
||
__package__ =
|
|
HTTP/HTTPS client factory.
|
|
default_templateRequest template, must be filled by HTTPClient
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 14 15:09:27 2010 | http://epydoc.sourceforge.net |