From b1f03d4e4175658606153cdb66d41df1075525ba Mon Sep 17 00:00:00 2001 From: urlysses Date: Mon, 27 Feb 2017 23:00:46 -0500 Subject: [PATCH] There's still a bit more TODO --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f444703..367b595 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ unless otherwise specified by user. + [x] PUT, POST, DELETE + [x] templating + [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)? ++ [ ] server-side cookies ++ [ ] websockets ++ [ ] is https a thing?