http, is an HTTP server implementation from scratch written in Go. It aims to provide a foundational understanding of HTTP server internals by building core components without relying on external frameworks.
- Go installed (version as specified in
go.mod)
git clone https://github.com/Dhairya-Arora01/http.git
cd httpgo run example/cmd/main.go- The server can be started from the command line and will listen for HTTP requests on the configured port.
- Example usage and configuration can be found in the example/ directory.
For questions or contributions, please open an issue or submit a pull request on GitHub.