/opt/alt/python27/lib64/python2.7/wsgiref
NameSizeModeActions
handlers.py159820644editdlrm
handlers.pyc167350644editdlrm
handlers.pyo160880644editdlrm
headers.py58790644editdlrm
headers.pyc77070644editdlrm
headers.pyo77070644editdlrm
simple_server.py49740644editdlrm
simple_server.pyc64170644editdlrm
simple_server.pyo64170644editdlrm
util.py55760644editdlrm
util.pyc61490644editdlrm
util.pyo61490644editdlrm
validate.py147430644editdlrm
validate.pyc173600644editdlrm
validate.pyo173600644editdlrm
__init__.py5860644editdlrm
__init__.pyc7420644editdlrm
__init__.pyo7420644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/wsgiref/__init__.py (586B)
"""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 """