[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib64
/
python3.12
/
wsgiref
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 __init__.py
657 B
SET
[ EDIT ]
|
[ DEL ]
📄 handlers.py
21,664 B
SET
[ EDIT ]
|
[ DEL ]
📄 headers.py
6,943 B
SET
[ EDIT ]
|
[ DEL ]
📄 simple_server.py
5,171 B
SET
[ EDIT ]
|
[ DEL ]
📄 types.py
1,717 B
SET
[ EDIT ]
|
[ DEL ]
📄 util.py
5,472 B
SET
[ EDIT ]
|
[ DEL ]
📄 validate.py
15,036 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: __init__.py
"""wsgiref -- a WSGI (PEP 3333) 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 * types -- collection of WSGI-related types for static type checking 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 """