In this, implement grep like functionality
Inspired by codecrafters.
HTTP is the protocol that powers the web. In this challenge, we are building a HTTP/1.1 server that is capable of serving multiple clients.
- Concurrency
- Supports encoding headers (gzip)
- Supports file read and write endpoints