update readme

This commit is contained in:
Nayan
2025-05-08 00:11:14 -04:00
parent 8e2871d809
commit 3af8abd476

View File

@@ -15,6 +15,9 @@ I also plan to publish this as a portfolio project for my resume.
- [x] Fix existing bugs in socket handling and TCP buffering - [x] Fix existing bugs in socket handling and TCP buffering
- [x] Finish code to parse HTTP requests - [x] Finish code to parse HTTP requests
- [x] Update makefile to be more flexible - [x] Update makefile to be more flexible
- [x] Add enums for method types
- [ ] Add switch statement to handle different request types
- [ ] Add functions to handle each request type
- [ ] Finish code to build HTTP responses - [ ] Finish code to build HTTP responses
- [ ] Get html file serving working - [ ] Get html file serving working
- [ ] Implement file uploads (with restricted file types) - [ ] Implement file uploads (with restricted file types)