| Home | Trees | Indices | Help |
|
|---|
|
|
This module contains the HTTP fetcher interface and several implementations.
| Classes | |
|
HTTPResponse XXX document attributes |
|
|
HTTPFetcher This class is the interface for openid HTTP fetchers. |
|
|
HTTPFetchingError Exception that is wrapped around all exceptions that are raised by the underlying fetcher when using the ExceptionWrappingFetcher |
|
|
HTTPError This exception is raised by the CurlHTTPFetcher when
it encounters an exceptional situation fetching a URL.
|
|
| Functions | |||
|
|||
|
|||
| HTTPFetcher |
|
||
|
|||
| Function Details |
Invoke the fetch method on the default fetcher. Most users should need only this method.
|
Create a default HTTP fetcher instance prefers Curl to urllib2. |
Return the default fetcher instance if no fetcher has been set, it will create a default fetcher.
|
Set the default fetcher
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:26 2010 | http://epydoc.sourceforge.net |