![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | CheckIsAdmin |
def | get |
def | post |
def | ExecuteRequest |
def | InfoPage |
![]() | |
def | initialize |
def | get |
def | post |
def | head |
def | options |
def | put |
def | delete |
def | trace |
def | error |
def | redirect |
def | handle_exception |
def | new_factory |
def | get_url |
Static Public Attributes | |
dictionary | LOCAL_STUBS |
Additional Inherited Members | |
![]() | |
request | |
response | |
A webapp handler that accepts API calls over HTTP and executes them.
def google.appengine.ext.remote_api.handler.ApiCallHandler.ExecuteRequest | ( | self, | |
request | |||
) |
Executes an API invocation and returns the response object.
def google.appengine.ext.remote_api.handler.ApiCallHandler.get | ( | self | ) |
Handle a GET. Just show an info page.
def google.appengine.ext.remote_api.handler.ApiCallHandler.InfoPage | ( | self | ) |
Renders an information page.
def google.appengine.ext.remote_api.handler.ApiCallHandler.post | ( | self | ) |
Handle POST requests by executing the API call.
|
static |