summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 19358e05d..a8436f9a9 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,11 @@ Infrastructure
. Actions/file operations in general
. Figure out how to provide clean and separate abstractions for data
transfer and presentation (views handle both right now).
+. Sometimes a navigation request needs extra data besides a URI to be
+ a complete specification of a document. For instance, an http URI also
+ requires a method (GET or POST) to be specified, and in the case of
+ POST an arbitrary number of additional key-value pairs. Figure out a
+ way to support this right.
Components