This class is responsible for adapting a raw http request into something that can be handled by an app script. For example, a python extension could transform the request/response into a WSGI request/response to be handled by the underlying app script.
Instances of this class must be thread safe.
@author Justin Deoliveira, OpenGeo
|
|
|
|