Home | Trees | Indices | Help |
|
---|
|
object --+ | LazyWSGI
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
environ | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
in controller you can use: - request.wsgi.environ - request.wsgi.start_response to call third party WSGI applications |
In you controller use: @request.wsgi.middleware(middleware1, middleware2, ...) to decorate actions with WSGI middleware. actions must return strings. uses a simulated environment so it may have weird behavior in some cases |
|
environ
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:16 2014 | http://epydoc.sourceforge.net |