add more content types and improve code

This commit is contained in:
2024-11-27 18:55:15 +01:00
parent 4e8e6ec9a7
commit 3da61ef47c
9 changed files with 413 additions and 318 deletions

View File

@@ -36,6 +36,7 @@ And then open the `docs/html/index.html`.
- [ ] IPv6 compatible
- [ ] Request parser
- [x] Serve static files
- [ ] Implement Keep-Alive
- [ ] Multithreading
- [ ] Logging
- [ ] Advanced
@@ -46,4 +47,5 @@ And then open the `docs/html/index.html`.
- [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/)
You can find my journey inside the `notes` directory or on my [blog](https://francescorocca.me/building-an-http-server-in-c/).
You can find my journey inside the `notes` directory or on
my [blog](https://francescorocca.me/building-an-http-server-in-c/).