App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.devappserver2.gcs_server.Application Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.gcs_server.Application:
google.appengine.tools.devappserver2.gcs_server.GCSServer

Public Member Functions

def __call__
 

Detailed Description

A WSGI application that forwards GCS requests to stub.

Member Function Documentation

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: