Files
box-o-sand/h8r/TODO.md
T
2026-04-12 11:07:30 -04:00

15 lines
531 B
Markdown

- [ ] 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
- [ ] liquid template rendering
- [ ] upstream proxy via prefix
- [ ] upstream proxy path match
- [ ] upstream proxy header middleware rules