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 The application does not have to keep the string around after setting this
option. 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 .SH ENCODING
The string pointed to in the \fICURLOPT_URL(3)\fP argument is generally 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. expected to be a sequence of characters using an ASCII compatible encoding.