![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | copy |
def | is_rpc |
def | is_batch |
Public Attributes | |
headers | |
http_method | |
server | |
port | |
path | |
query | |
body | |
source_ip | |
relative_url | |
parameters | |
body_json | |
request_id | |
Simple data object representing an API request. Parses the request from environment variables into convenient pieces and stores them as members.
def google.appengine.tools.devappserver2.endpoints.api_request.ApiRequest.__init__ | ( | self, | |
environ | |||
) |
Constructor. Args: environ: An environ dict for the request as defined in PEP-333. Raises: ValueError: If the path for the request is invalid.