From 3af8abd47608bd87182ed54c68777205aaf4c9bf Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Thu, 8 May 2025 00:11:14 -0400 Subject: [PATCH] update readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 077d51a..c8166fe 100644 --- a/readme.md +++ b/readme.md @@ -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] Finish code to parse HTTP requests - [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 - [ ] Get html file serving working - [ ] Implement file uploads (with restricted file types)