I am a Developer from Russia.
🎯
Focusing
Highlights
Pinned Loading
-
-
simple_web_server.py
simple_web_server.py 1from http.server import BaseHTTPRequestHandler, HTTPServer
23class SimpleHandler(BaseHTTPRequestHandler):
4def do_GET(self):
5self.send_response(200)
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.