start working on proper HTTP parser

This commit is contained in:
Nayan
2025-05-06 17:54:28 -04:00
parent 77ce9bca8b
commit 2739b3ae95
3 changed files with 115 additions and 77 deletions

View File

@@ -10,6 +10,9 @@ I also plan to publish this as a portfolio project for my resume.
## TODO List
- [x] Get basic HTTP interaction working
- [x] Get url parsing working
- [x] Fix existing bugs in socket handling and TCP buffering
- [ ] Finish code to parse HTTP requests
- [ ] Finish code to build HTTP responses
- [ ] Get file serving working
- [ ] Create basic templating engine for HTML working
- [ ] Get POST requests working