Bases: object
WSGI application for the proxy server.
Get the controller to handle a request.
Parameters: | path – path from request |
---|---|
Returns: | tuple of (controller class, path dictionary) |
Raises : | ValueError (thrown by split_path) if given invalid path |
Entry point for proxy server. Should return a WSGI-style callable (such as webob.Response).
Parameters: | req – webob.Request object |
---|
paste.deploy app factory for creating WSGI proxy apps.