CURLOPT_*-docs: provide additional details

Went through CURLOPTTYPE_STRINGPOINT and CURLOPTTYPE_SLISTPOINT options
and clarified:

- what happens when setting the option *again*

- setting to NULL disables/restores to default

- libcurl does not copy the slist for options using a such

Closes #14846
This commit is contained in:
Daniel Stenberg 2024-09-10 11:37:27 +02:00
parent fc1c326ab4
commit c4ab33370a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
92 changed files with 462 additions and 150 deletions

View file

@ -35,6 +35,9 @@ for a .netrc file in the current user's home directory.
The application does not have to keep the string around after setting this
option.
Using this option multiple times makes the last set string override the
previous ones. Set it to NULL to disable its use again.
# DEFAULT
NULL