Let's build an HTTP server

This commit is contained in:
2026-04-12 11:05:30 -04:00
parent 8232bf66ee
commit 7edf80da41
6 changed files with 35 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
- [ ] single-request server on fixed port responding "oh no"
- [ ] multi-request server on fixed port responding "oh no"
- [ ] configurable port and working directory
- [ ] string responses
- [ ] error page paths
- [ ] serve "index.txt" file if exists, else 404
- [ ] serve relative paths with mime type text/plain
- [ ] guess mime type
- [ ] automatic directory index
- [ ] content ranges
- [ ] upstream proxy via prefix
- [ ] upstream proxy path match
- [ ] upstream proxy header middleware rules