From: Daniel Stenberg Date: Tue, 5 Sep 2023 09:16:39 +0000 (+0200) Subject: CURLOPT_URL.3: explain curl_url_set() uses the same parser X-Git-Tag: curl-8_3_0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8f21bb40b8849f736bea710d23d342bb061ebb6;p=thirdparty%2Fcurl.git CURLOPT_URL.3: explain curl_url_set() uses the same parser --- diff --git a/docs/libcurl/opts/CURLOPT_URL.3 b/docs/libcurl/opts/CURLOPT_URL.3 index 4b64905841..42d2ec25e4 100644 --- a/docs/libcurl/opts/CURLOPT_URL.3 +++ b/docs/libcurl/opts/CURLOPT_URL.3 @@ -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.