A lightweight Python HTTP server implementation.
This repository contains a simple Python script implementing a basic HTTPServer using Python's standard library http.server.
- Custom
BaseHTTPRequestHandlerimplementation - Static file serving (e.g.,
index.html) - Basic 404 handling
python server.py