diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-29 12:14:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-29 12:14:18 +0000 |
commit | 27ce46a85d41e5da63815a900722a80e95ff58c4 (patch) | |
tree | 8794220c99c3919dfbcbd034ee7172e7d45ba7ad /docs | |
parent | ea3cc81487ba16816ebce19d4d1d5c3753783233 (diff) |
removed cookies and SSL sessions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -23,17 +23,9 @@ To do in a future release (random order): * Add an interface that enables a user to select prefered SSL ciphers to use. - * Make curl deal with cookies better. libcurl should be able to maintain a - "cookie jar". Updating it with cookies that is received, and using it to - pass cookies to the servers that have matching cookies in the jar. - http://curl.haxx.se/dev/cookie-jar.txt - * Consider an interface to libcurl that allows applications to easier get to know what cookies that are sent back in the response headers. - * Make SSL session ids get used if multiple HTTPS documents from the same - host is requested. http://curl.haxx.se/dev/SSL_session_id.txt - * HTTP PUT for files passed on stdin. Requires libcurl to send the file with chunked content encoding. http://curl.haxx.se/dev/HTTP-PUT-stdin.txt |