Package web :: Package web :: Module wsgi
[hide private]
[frames] | no frames]

Module wsgi

source code

WSGI Utilities (from web.py)

Functions [hide private]
 
runfcgi(func, addr=('localhost', 8000))
Runs a WSGI function as a FastCGI server.
source code
 
runscgi(func, addr=('localhost', 4000))
Runs a WSGI function as an SCGI server.
source code
 
runwsgi(func)
Runs a WSGI-compatible `func` using FCGI, SCGI, or a simple web server, as appropriate based on context and `sys.argv`.
source code
 
_is_dev_mode() source code
Variables [hide private]
  __package__ = 'web.web'