This is a basic solution of "Build Your Own HTTP server" Challenge in Rust.
It features:
- handling of TCP connections
- parsing HTTP requests by hand
- constructing HTTP responses by hand
- reading and writing files
Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.