Package cherrypy :: Package lib :: Module wsgiapp
[hide private]
[frames] | no frames]

Module wsgiapp

source code

A CherryPy tool for hosting a foreign WSGI application.

Functions [hide private]
 
start_response(status, response_headers, exc_info=None) source code
 
make_environ()
grabbed some of below from wsgiserver.py
source code
 
run(app, env=None)
Run the given WSGI app and set response.body to its output.
source code
Variables [hide private]
  __package__ = 'cherrypy.lib'
Function Details [hide private]

make_environ()

source code 

grabbed some of below from wsgiserver.py

for hosting WSGI apps in non-WSGI environments (yikes!)