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.appengine_rpc.HttpRpcServer Class Reference
Inheritance diagram for google.appengine.tools.appengine_rpc.HttpRpcServer:
google.appengine.tools.appengine_rpc.AbstractRpcServer google.appengine.tools.appengine_rpc.HttpRpcServerWithOAuth2Suggestion

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
def __init__
 
def Send
 

Public Attributes

 certpath
 
 cert_file_available
 
 authenticated
 
- Public Attributes inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
 scheme
 
 ignore_certs
 
 host
 
 host_override
 
 auth_function
 
 source
 
 authenticated
 
 auth_tries
 
 debug_data
 
 rpc_tries
 
 account_type
 
 extra_headers
 
 save_cookies
 
 cookie_jar
 
 opener
 

Static Public Attributes

string DEFAULT_COOKIE_FILE_PATH = "~/.appcfg_cookies"
 
- Static Public Attributes inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
 SUGGEST_OAUTH2 = False
 
string RUNTIME = "python"
 

Detailed Description

Provides a simplified RPC-style interface for HTTP requests.

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