Put todo list somewhere easily accessed

This commit is contained in:
urlysses 2017-02-17 07:52:59 -05:00
parent 299eef6ecc
commit 888cf5ba77
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# 1991
A server-side web framework written in Forth.
## TODO
+ [x] set appropriate mime-types
+ [x] file-serving if no user-defined routes match. Search "public/" dir
unless otherwise specified by user.
+ [ ] query arguments
+ [ ] PUT, POST, DELETE
+ [ ] templating
+ [ ] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?