/http-server

This project is a simple HTTP server implemented in Rust, designed as a learning exercise to understand how HTTP servers work. It handles basic HTTP requests, supports gzip compression, and can manage concurrent connections. The server processes GET and POST requests, serving files, echoing strings, and returning user-agent headers.

Primary LanguageRust

Stargazers