]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_URL.3: explain curl_url_set() uses the same parser
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Sep 2023 09:16:39 +0000 (11:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Sep 2023 09:16:39 +0000 (11:16 +0200)
docs/libcurl/opts/CURLOPT_URL.3

index 4b649058412db61be79c9a20a473a3bbe9c29dc2..42d2ec25e4bbaeb189a1abf26852d907f5691906 100644 (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.