"""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 | 742 B | 0644 |
|
__init__.pyo | File | 742 B | 0644 |
|
handlers.py | File | 15.61 KB | 0644 |
|
handlers.pyc | File | 16.34 KB | 0644 |
|
handlers.pyo | File | 15.71 KB | 0644 |
|
headers.py | File | 5.74 KB | 0644 |
|
headers.pyc | File | 7.53 KB | 0644 |
|
headers.pyo | File | 7.53 KB | 0644 |
|
simple_server.py | File | 4.86 KB | 0644 |
|
simple_server.pyc | File | 6.27 KB | 0644 |
|
simple_server.pyo | File | 6.27 KB | 0644 |
|
util.py | File | 5.45 KB | 0644 |
|
util.pyc | File | 6 KB | 0644 |
|
util.pyo | File | 6 KB | 0644 |
|
validate.py | File | 14.4 KB | 0644 |
|
validate.pyc | File | 16.95 KB | 0644 |
|
validate.pyo | File | 16.95 KB | 0644 |
|