This is my solution to the "Build Your Own HTTP server" CodeCrafter Challenge implemented in Go.
This aims to provide an HTTP/1.1 server that is capable of serving multiple clients at once (by using goroutines).
- Ensure you have
go (1.19)installed locally. - Run
./your_server.shto run the program, which is implemented inapp/server.go. - Use
curlto test functionalities.