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

Public Member Functions

def __init__
 

Public Attributes

 cgi_env
 
 headers
 
 http_method
 
 port
 
 query
 
 body
 
 path
 
 parameters
 
 body_obj
 
 request_id
 

Static Public Attributes

string API_PREFIX = '/_ah/api/'
 

Detailed Description

Simple data object representing an API request.

Takes an app_server CGI request and environment in the constructor.
Parses the request into convenient pieces and stores them as members.

Constructor & Destructor Documentation

def google.appengine.tools.dev_appserver_apiserver.ApiRequest.__init__ (   self,
  base_env_dict,
  old_dev_appserver,
  request = None 
)
Constructor.

Args:
  base_env_dict: Dictionary of CGI environment parameters.
  old_dev_appserver: used to call standard SplitURL method.
  request: AppServerRequest.  Can be None.

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