Server IP : 192.158.238.246 / Your IP : 3.137.155.109 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python39/lib64/python3.9/wsgiref/__pycache__/ |
Upload File : |
a �DOg3 � @ s2 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�Zedk�r.edde��LZej�� Zeded ded d� ddlZe�d� e�� W d � n1 �s$0 Y 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>