Serving index.txt

This commit is contained in:
2026-04-12 22:23:30 -04:00
parent c2ceee564b
commit 55672c77c2
2 changed files with 32 additions and 17 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
- [x] server on fixed port responding "oh no"
- [x] configurable addr
- [ ] string responses
- [ ] error page paths
- [ ] serve "index.txt" file if exists, else 404
- [x] serve "index.txt" file if exists, else 404
- [ ] serve relative paths with mime type text/plain
- [ ] guess mime type
- [ ] configurable working directory
- [ ] string responses
- [ ] automatic directory index
- [ ] content ranges
- [ ] error page paths
- [ ] liquid template rendering
- [ ] upstream proxy via prefix
- [ ] upstream proxy path match