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

Public Member Functions

def __init__
 
def start
 
def quit
 
def handle
 
- Public Member Functions inherited from google.appengine.tools.devappserver2.instance.RuntimeProxy
def handle
 
def start
 
def quit
 

Detailed Description

Serves an error page for a Go application build failure.

Member Function Documentation

def google.appengine.tools.devappserver2.go_runtime._GoBuildFailureRuntimeProxy.handle (   self,
  environ,
  start_response,
  url_map,
  match,
  request_id,
  request_type 
)
Serves a request by displaying an error page.

Args:
  environ: An environ dict for the request as defined in PEP-333.
  start_response: A function with semantics defined in PEP-333.
  url_map: An appinfo.URLMap instance containing the configuration for the
  handler matching this request.
  match: A re.MatchObject containing the result of the matched URL pattern.
  request_id: A unique string id associated with the request.
  request_type: The type of the request. See instance.*_REQUEST module
  constants.

Yields:
  A sequence of strings containing the body of the HTTP response.

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