mirror of
https://github.com/curl/curl.git
synced 2025-09-20 02:52:48 +03:00
TODO: Improve formpost API, not just add an easy argument
This commit is contained in:
parent
6e12bb7cbe
commit
eb6cf75130
12
docs/TODO
12
docs/TODO
|
@ -66,7 +66,7 @@
|
||||||
5.6 Refuse "downgrade" redirects
|
5.6 Refuse "downgrade" redirects
|
||||||
5.7 Brotli compression
|
5.7 Brotli compression
|
||||||
5.8 QUIC
|
5.8 QUIC
|
||||||
5.9 Add easy argument to formpost functions
|
5.9 Improve formpost API
|
||||||
5.10 Leave secure cookies alone
|
5.10 Leave secure cookies alone
|
||||||
|
|
||||||
6. TELNET
|
6. TELNET
|
||||||
|
@ -553,12 +553,12 @@ This is not detailed in any FTP specification.
|
||||||
implemented. This, to allow other projects to benefit from the work and to
|
implemented. This, to allow other projects to benefit from the work and to
|
||||||
thus broaden the interest and chance of others to participate.
|
thus broaden the interest and chance of others to participate.
|
||||||
|
|
||||||
5.9 Add easy argument to formpost functions
|
5.9 Improve formpost API
|
||||||
|
|
||||||
Make sure there's an easy handle passed in to `curl_formadd()`,
|
Revamp the formpost API and making something that is easier to use and
|
||||||
`curl_formget()` and `curl_formfree()` by adding replacement functions and
|
understand:
|
||||||
deprecating the old ones. Allows better error messages and is generally good
|
|
||||||
API hygiene.
|
https://github.com/curl/curl/wiki/formpost-API-redesigned
|
||||||
|
|
||||||
5.10 Leave secure cookies alone
|
5.10 Leave secure cookies alone
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user