Home | Trees | Indices | Help |
---|
|
object --+ | HTTPFetcher --+ | ExceptionWrappingFetcher
Fetcher that wraps another fetcher, causing all exceptions
|
|||
|
|||
HTTPResponse |
|
||
Inherited from |
|
|||
uncaught_exceptions =
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.
|
|
uncaught_exceptionsExceptions that should be exposed to the user if they are raised by the fetch call
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 31 11:37:50 2014 | http://epydoc.sourceforge.net |