summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-30 13:26:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-30 13:26:12 +0000
commited3176dd6b5d9d6d26acc95f297cb3ef763ad54e (patch)
treec90f37524734ae6bf3c8db9bf44cff85b80c4503
parent6a99ab098c3b291068f3573ead6815a8c58c061e (diff)
downloadgnurl-ed3176dd6b5d9d6d26acc95f297cb3ef763ad54e.tar.gz
gnurl-ed3176dd6b5d9d6d26acc95f297cb3ef763ad54e.tar.bz2
gnurl-ed3176dd6b5d9d6d26acc95f297cb3ef763ad54e.zip
Let's add a cookie interface in 7.14
-rw-r--r--TODO-RELEASE5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index ad5e605a8..3bb7a10f5 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -27,3 +27,8 @@ To get fixed in 7.14.0
and return the easy handle's return code. This will thus make everything
internally use and assume the multi interface. The select()-loop should
use the new function from (55).
+
+57 - Add an interface to libcurl for getting and setting cookies from an easy
+ handle. One idea: http://curl.haxx.se/mail/lib-2004-12/0195.html the
+ older idea: http://curl.haxx.se/dev/COOKIES. We need to settle on some
+ middle ground I guess.