From 2ed2e6f6368e9bde16a0b0cae445e968154c8d71 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Tue, 16 Feb 2016 23:02:23 -0600 Subject: [PATCH] Add TODO.md file to keep track of things that aren't necessarily issues --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..6be6681 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +#TODO + +* Change how POST parameters are passed to better match GET (use args variable). +* Need PUT example. How? +* Rename args.lua to get.lua, so it matches post.lua convention. +* How can I test the whole JSON post thing? +* BufferedConnection seems too clever. Simplify by removing the buffering and only providing yielding. Worth it? Will make server slower.