mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
mention the new cookie api plans
This commit is contained in:
parent
6e43a4ccce
commit
d5be114c07
@ -15,10 +15,10 @@ TODO
|
|||||||
LIBCURL
|
LIBCURL
|
||||||
|
|
||||||
* Introduce an interface to libcurl that allows applications to easier get to
|
* Introduce an interface to libcurl that allows applications to easier get to
|
||||||
know what cookies that are received. Pushing interface that calls a
|
know what cookies that are received. CURLINFO_COOKIELIST to get a
|
||||||
callback on each received cookie? Querying interface that asks about
|
curl_slist with cookies (netscape/mozilla cookie file formatted), and
|
||||||
existing cookies? We probably need both. Enable applications to modify
|
CURLOPT_COOKIELIST to set a list of cookies (using the same format).
|
||||||
existing cookies as well. http://curl.haxx.se/dev/COOKIES
|
http://curl.haxx.se/mail/lib-2004-12/0195.html
|
||||||
|
|
||||||
* Introduce another callback interface for upload/download that makes one
|
* Introduce another callback interface for upload/download that makes one
|
||||||
less copy of data and thus a faster operation.
|
less copy of data and thus a faster operation.
|
||||||
|
Loading…
Reference in New Issue
Block a user