diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-09-25 19:12:27 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-28 18:13:33 +0200 |
commit | 00b65e3779ec083f1eb5e52f83da615e99182a72 (patch) | |
tree | 4dc4287b9ed1c9f6e6c4c7f1b3054c3b1f238f55 /docs/libcurl/curl_url_set.3 | |
parent | d0a7ee3f613b0c3f2370c6cc81e5aafef67120f0 (diff) |
docs: disambiguate CURLUPART_HOST is for host name (ie no port)
Closes #4424
Diffstat (limited to 'docs/libcurl/curl_url_set.3')
-rw-r--r-- | docs/libcurl/curl_url_set.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3 index e2e2c1887..a7667a35d 100644 --- a/docs/libcurl/curl_url_set.3 +++ b/docs/libcurl/curl_url_set.3 @@ -60,8 +60,9 @@ Scheme cannot be URL decoded on set. .IP CURLUPART_PASSWORD .IP CURLUPART_OPTIONS .IP CURLUPART_HOST -The host name can use IDNA. The string must then be encoded as your locale -says or UTF-8 (when winidn is used). +The host name. If it is IDNA the string must then be encoded as your locale +says or UTF-8 (when WinIDN is used). If it is a bracketed IPv6 numeric address +it may contain a zone id (or you can use CURLUPART_ZONEID). .IP CURLUPART_ZONEID If the host name is a numeric IPv6 address, this field can also be set. .IP CURLUPART_PORT |