summaryrefslogtreecommitdiff
path: root/src/wsgiref/__init__.py
blob: d79e3f8b9c08ff057d905291b3f3130114afccb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"""wsgiref -- a WSGI (PEP 333) Reference Library

Current Contents:

    * util -- Miscellaneous useful functions and wrappers

    * headers -- Manage response headers

    * handlers -- base classes for server/gateway implementations

To-Do:
    
    * server -- a SimpleHTTPServer that supports WSGI
    
    * cgi_gateway -- Run WSGI apps under CGI

    * cgi_wrapper -- Run CGI apps under WSGI

    * router -- a simple middleware component that handles URL traversal
"""