You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, feature-rich HTTP server built from scratch using only Python's socket library. Supports threading, file serving with MIME detection, form processing, file uploads, caching, and directory listings. Perfect for learning HTTP fundamentals or as a foundation for simple web applications.