mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
CURLOPT_URL.3: explain curl_url_set() uses the same parser
This commit is contained in:
parent
cb1197cbfb
commit
a8f21bb40b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user