mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
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:
parent
fc1c326ab4
commit
c4ab33370a
92 changed files with 462 additions and 150 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue