| gdata.urlfetch | index /usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/urlfetch.py | 
Provides HTTP functions for gdata.service to use on Google App Engine
 
AppEngineHttpClient: Provides an HTTP request method which uses App Engine's
   urlfetch API. Set the http_client member of a GDataService object to an
   instance of an AppEngineHttpClient to allow the gdata library to run on
   Google App Engine.
 
run_on_appengine: Function which will modify an existing GDataService object
   to allow it to run on App Engine. It works by creating a new instance of
   the AppEngineHttpClient and replacing the GDataService object's 
   http_client.
 
HttpRequest: Function that wraps google.appengine.api.urlfetch.Fetch in a 
    common interface which is used by gdata.service.GDataService. In other 
    words, this module can be used as the gdata service request handler so 
    that all HTTP requests will be performed by the hosting Google App Engine
    server.
| Modules | ||||||
| 
 | ||||||
| Classes | ||||||||||||||||
| 
 
 
 
 | ||||||||||||||||
| Functions | ||
| 
 
 | ||
| Data | ||
| __author__ = 'api.jscudder (Jeff Scudder)' | ||
| Author | ||
| api.jscudder (Jeff Scudder) | ||