Publish an arbitrary component as a WSGI application, using peak.web
Methods
|
|
__call__
_handle_http
fromApp
|
|
__call__
|
__call__ (
self,
environ,
start_response,
)
PEP 333 "application" callable
|
|
_handle_http
|
_handle_http ( self, environ )
|
|
fromApp
|
fromApp (
klass,
app,
protocol=None,
)
|
|