|
def | __init__ |
|
def | __call__ |
|
def | handle_normal_request |
|
def | handle_background_request |
|
def | handle_shutdown_request |
|
def | handle_interactive_request |
|
def | get_user_environ |
|
A WSGI application that forwards requests to a user-provided app.
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:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/python/request_handler.py