diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-01-11 17:27:03 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-01-11 17:27:03 +0000 |
commit | 13bcd4f1e36b47830a8e7a1358e715ebb789e9d7 (patch) | |
tree | d9e570c0c2efcf83e5ca8bab421944e0d4d2d67f /TODO | |
parent | 1feebd336ed9a2dc0887fb5becb4e648000cf05a (diff) | |
download | nautilus-13bcd4f1e36b47830a8e7a1358e715ebb789e9d7.tar.gz |
Added another TODO item I remembered.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |