| 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 Mon Oct 14 15:17:04 2013 | http://epydoc.sourceforge.net |