![]() |
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 | handle_one_request |
Public Attributes | |
connection_handler | |
raw_requestline | |
close_connection | |
Forwards the incoming request to next free backend instance.
def google.appengine.tools.dev_appserver_multiprocess.ForwardRequestHandler.__init__ | ( | self, | |
request, | |||
client_address, | |||
connection_handler = httplib.HTTPConnection |
|||
) |
Constructor extending BaseHTTPRequestHandler. Args: request: The incoming request. client_address: A (ip, port) tuple with the address of the client. backend: The HTTPServer that received the request. connection_handler: http library to use when balancer the connection to the next available backend instance. Used for dependency injection.
def google.appengine.tools.dev_appserver_multiprocess.ForwardRequestHandler.handle_one_request | ( | self | ) |
Override. Invoked from BaseHTTPRequestHandler constructor.