CURLOPT_URL.3: explain curl_url_set() uses the same parser

This commit is contained in:
Daniel Stenberg 2023-09-05 11:16:39 +02:00
parent cb1197cbfb
commit a8f21bb40b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -70,6 +70,9 @@ transfer is started.
The application does not have to keep the string around after setting this
option.
The parser used for handling the URL set with \fICURLOPT_URL(3)\fP is the same
that \fIcurl_url_set(3)\fP uses.
.SH ENCODING
The string pointed to in the \fICURLOPT_URL(3)\fP argument is generally
expected to be a sequence of characters using an ASCII compatible encoding.