]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/__init__.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / wsgiref / __init__.py
CommitLineData
4710c53d 1"""wsgiref -- a WSGI (PEP 333) Reference Library\r
2\r
3Current Contents:\r
4\r
5* util -- Miscellaneous useful functions and wrappers\r
6\r
7* headers -- Manage response headers\r
8\r
9* handlers -- base classes for server/gateway implementations\r
10\r
11* simple_server -- a simple BaseHTTPServer that supports WSGI\r
12\r
13* validate -- validation wrapper that sits between an app and a server\r
14 to detect errors in either\r
15\r
16To-Do:\r
17\r
18* cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard)\r
19\r
20* cgi_wrapper -- Run CGI apps under WSGI\r
21\r
22* router -- a simple middleware component that handles URL traversal\r
23"""\r