| Home | Trees | Indices | Help |
|---|
|
|
This module contains the HTTP fetcher interface and several implementations.
|
|||
|
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 |
|||
|
ExceptionWrappingFetcher Fetcher that wraps another fetcher, causing all exceptions |
|||
|
Urllib2Fetcher An HTTPFetcher that uses urllib2.
|
|||
|
HTTPError This exception is raised by the CurlHTTPFetcher when it
encounters an exceptional situation fetching a URL.
|
|||
|
CurlHTTPFetcher An HTTPFetcher that uses pycurl for fetching.
|
|||
|
HTTPLib2Fetcher A fetcher that uses httplib2 for performing HTTP
requests.
|
|||
|
|||
|
|||
|
|||
| HTTPFetcher |
|
||
|
|||
|
|||
|
|||
|
|||
httplib2 = None
|
|||
pycurl = None
|
|||
USER_AGENT =
|
|||
MAX_RESPONSE_KB = 1024
|
|||
_default_fetcher = None
|
|||
__package__ =
|
|||
|
|||
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 Sat Dec 17 16:12:35 2011 | http://epydoc.sourceforge.net |