mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:03:32 +03:00
CURLOPT_URL.3: explain curl_url_set() uses the same parser
This commit is contained in:
parent
cb1197cbfb
commit
a8f21bb40b
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue