uw.web.wsgi package¶
Submodules¶
uw.web.wsgi.authority module¶
uw.web.wsgi.delegate module¶
uw.web.wsgi.demo module¶
uw.web.wsgi.errors module¶
uw.web.wsgi.form module¶
uw.web.wsgi.function module¶
uw.web.wsgi.parameter module¶
uw.web.wsgi.sql module¶
uw.web.wsgi.status module¶
Module contents¶
WSGI support library.
This package includes routines for building Web applications using the Python standard Web Server Gateway Interface (WSGI). It works by providing ways to create individual pages as mini WSGI applications, then combine them together to make larger WSGI applications.