/usr/lib64/python2.6/wsgiref
NameSizeModeActions
handlers.py158470644editdlrm
handlers.pyc163020644editdlrm
handlers.pyo156610644editdlrm
headers.py59160644editdlrm
headers.pyc75720644editdlrm
headers.pyo75720644editdlrm
simple_server.py47940644editdlrm
simple_server.pyc60770644editdlrm
simple_server.pyo60770644editdlrm
util.py56050644editdlrm
util.pyc60300644editdlrm
util.pyo60300644editdlrm
validate.py147370644editdlrm
validate.pyc169100644editdlrm
validate.pyo169100644editdlrm
__init__.py5860644editdlrm
__init__.pyc7290644editdlrm
__init__.pyo7290644editdlrm
Edit: /usr/lib64/python2.6/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 """