mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
start working on proper HTTP parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user