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

Public Member Functions

def __init__
 
def update_headers
 

Public Attributes

 allow_cors_request
 
 origin
 
 cors_request_method
 
 cors_request_headers
 

Detailed Description

Track information about CORS headers and our response to them.

Member Function Documentation

def google.appengine.tools.devappserver2.endpoints.endpoints_server.EndpointsDispatcher.__CheckCorsHeaders.update_headers (   self,
  headers_in 
)
Add CORS headers to the response, if needed.

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