"""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 * simple_server -- a simple BaseHTTPServer that supports WSGI * validate -- validation wrapper that sits between an app and a server to detect errors in either To-Do: * cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard) * cgi_wrapper -- Run CGI apps under WSGI * router -- a simple middleware component that handles URL traversal """
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__init__.py | File | 586 B | 0644 |
|
__init__.pyc | File | 727 B | 0644 |
|
handlers.py | File | 15.61 KB | 0644 |
|
handlers.pyc | File | 15.8 KB | 0644 |
|
headers.py | File | 5.74 KB | 0644 |
|
headers.pyc | File | 7.26 KB | 0644 |
|
simple_server.py | File | 4.86 KB | 0644 |
|
simple_server.pyc | File | 6.06 KB | 0644 |
|
util.py | File | 5.45 KB | 0644 |
|
util.pyc | File | 5.83 KB | 0644 |
|
validate.py | File | 14.4 KB | 0644 |
|
validate.pyc | File | 16.38 KB | 0644 |
|