curl_url_get.md: don't call it normalized

Because that's not what it does.

Reported-by: Alberto Leiva Popper
Fixes #16829
Closes #17464
This commit is contained in:
Daniel Stenberg 2025-05-27 09:15:11 +02:00
parent 9e6d166860
commit c0d777c319
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -146,8 +146,8 @@ CURLU_GUESS_SCHEME is used.
## CURLUPART_URL
When asked to return the full URL, curl_url_get(3) returns a normalized and
possibly cleaned up version using all available URL parts.
When asked to return the full URL, curl_url_get(3) returns a slightly cleaned
up version of the complete URL using all available parts.
We advise using the *CURLU_PUNYCODE* option to get the URL as "normalized" as
possible since IDN allows hostnames to be written in many different ways that