A WSGI application that forwards GCS requests to stub.
def google.appengine.tools.devappserver2.gcs_server.Application.__call__ |
( |
|
self, |
|
|
|
environ, |
|
|
|
start_response |
|
) |
| |
Handles WSGI requests.
Args:
environ: An environ dict for the current request as defined in PEP-333.
start_response: A function with semantics defined in PEP-333.
Returns:
An iterable over strings containing the body of the HTTP response.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/gcs_server.py