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

Public Member Functions

def __init__
 
def __call__
 
def handle_normal_request
 
def handle_background_request
 
def handle_shutdown_request
 
def handle_interactive_request
 
def get_user_environ
 

Public Attributes

 config
 
 environ_template
 

Detailed Description

A WSGI application that forwards requests to a user-provided app.

Member Function Documentation

def google.appengine.tools.devappserver2.python.request_handler.RequestHandler.get_user_environ (   self,
  environ 
)
Returns a dict containing the environ to pass to the user's application.

Args:
  environ: A dict containing the request WSGI environ.

Returns:
  A dict containing the environ representing an HTTP request.

The documentation for this class was generated from the following file: