Home | Trees | Indices | Help |
---|
|
object --+ | HTTPFetcher --+ | ExceptionWrappingFetcher
Fetcher that wraps another fetcher, causing all exceptions
|
|||
|
|||
HTTPResponse |
|
||
Inherited from |
|
|||
uncaught_exceptions = SystemExit, KeyboardInterrupt, MemoryError Exceptions that should be exposed to the user if they are raised by the fetch call |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This performs an HTTP POST or GET, following redirects along the way. If a body is specified, then the request will be a POST. Otherwise, it will be a GET.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 1 23:34:52 2014 | http://epydoc.sourceforge.net |