This project is a simple yet powerful HTTP server built from scratch in Java. It handles HTTP requests, manages configurations, supports cookies for session tracking, and includes unit tests to validate request parsing and protocol handling.
Learning Outcome: Deepened understanding of networking concepts, HTTP protocols, and Java multithreading.