diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-04 18:34:31 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-04 18:34:31 +0200 |
commit | 203c5d5b3c4a174e5a8441590fc6fdf071951347 (patch) | |
tree | 3f4ce4884449a167839d31e573cd68b6afb837e0 /docs/TODO | |
parent | bdf162af255b8dc1498da6f312f04fe2e83f1a48 (diff) | |
download | curl-203c5d5b3c4a174e5a8441590fc6fdf071951347.tar.gz |
TODO: Add easy argument to formpost functions
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -67,6 +67,7 @@ 5.6 Refuse "downgrade" redirects 5.7 Brotli compression 5.8 QUIC + 5.9 Add easy argument to formpost functions 6. TELNET 6.1 ditch stdin @@ -539,6 +540,12 @@ This is not detailed in any FTP specification. implemented. This, to allow other projects to benefit from the work and to thus broaden the interest and chance of others to participate. +5.9 Add easy argument to formpost functions + + Make sure there's an easy handle passed in to `curl_formadd()`, + `curl_formget()` and `curl_formfree()` by adding replacement functions and + deprecating the old ones. Allows better error messages and is generally good + API hygiene. 6. TELNET |