Home | Trees | Indices | Help |
|
---|
|
|
|||
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.
|
|
|||
fetch(url,
body=None,
headers=None) Invoke the fetch method on the default fetcher. |
|||
createHTTPFetcher() Create a default HTTP fetcher instance |
|||
HTTPFetcher |
getDefaultFetcher() Return the default fetcher instance if no fetcher has been set, it will create a default fetcher. |
||
setDefaultFetcher(fetcher,
wrap_exceptions=True) Set the default fetcher |
|
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.0alpha3 on Fri Jun 22 21:41:45 2007 | http://epydoc.sourceforge.net |