aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-18 10:28:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-18 10:28:04 +0000
commitd5be114c079d1b0462dc8d5d56bea224a756417f (patch)
treee0eb01bc48d50ded8601dbcdd83af60df07392a9 /docs/TODO
parent6e43a4ccce73e7d58e62e8097eded7b63ddf4c19 (diff)
mention the new cookie api plans
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index 1f446af3a..445a01909 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -15,10 +15,10 @@ TODO
LIBCURL
* Introduce an interface to libcurl that allows applications to easier get to
- know what cookies that are received. Pushing interface that calls a
- callback on each received cookie? Querying interface that asks about
- existing cookies? We probably need both. Enable applications to modify
- existing cookies as well. http://curl.haxx.se/dev/COOKIES
+ know what cookies that are received. CURLINFO_COOKIELIST to get a
+ curl_slist with cookies (netscape/mozilla cookie file formatted), and
+ CURLOPT_COOKIELIST to set a list of cookies (using the same format).
+ http://curl.haxx.se/mail/lib-2004-12/0195.html
* Introduce another callback interface for upload/download that makes one
less copy of data and thus a faster operation.