summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-01-11 17:27:03 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-01-11 17:27:03 +0000
commit13bcd4f1e36b47830a8e7a1358e715ebb789e9d7 (patch)
treed9e570c0c2efcf83e5ca8bab421944e0d4d2d67f /TODO
parent1feebd336ed9a2dc0887fb5becb4e648000cf05a (diff)
downloadnautilus-13bcd4f1e36b47830a8e7a1358e715ebb789e9d7.tar.gz
Added another TODO item I remembered.
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