X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FUrl.md;h=0c8aa8dd0b04a64b9cec6c90476cc6788ce99392;hb=HEAD;hp=f6f1c143ffad165103f3f9938915bcc8d27efb86;hpb=4a09ec24441c7d918d0a62c60e11616ffa0db744;p=mdref%2Fmdref-http diff --git a/http/Url.md b/http/Url.md index f6f1c14..0c8aa8d 100644 --- a/http/Url.md +++ b/http/Url.md @@ -22,7 +22,7 @@ The http\Url class provides versatile means to parse, construct and manipulate U Do not include the URL path. * STRIP_QUERY Do not include the URL querystring. -* STRIP_FRAMGENT +* STRIP_FRAGMENT Strip the fragment (hash) from the URL. * STRIP_ALL Strip everything except scheme and host information. @@ -31,11 +31,15 @@ The http\Url class provides versatile means to parse, construct and manipulate U * SANITIZE_PATH Whether to sanitize the URL path (consolidate double slashes, directory jumps etc.) * PARSE_MBUTF8 - Parse UTF-8 encododed multibyte sequences. + Parse UTF-8 encoded multibyte sequences. * PARSE_MBLOC Parse locale encoded multibyte sequences (on systems with wide character support). * PARSE_TOIDN - Parse and convert multibyte hostnames according to IDNA (with libidn support). + Parse and convert multibyte hostnames according to IDNA (with IDNA support). +* PARSE_TOIDN_2003 + Explicitly request IDNA2003 implementation if available (libidn, idnkit or ICU). +* PARSE_TOIDN_2008 + Explicitly request IDNA2008 implementation if available (libidn2, idnkit2 or ICU). * PARSE_TOPCT Percent encode multibyte sequences in the userinfo, path, query and fragment parts of the URL. * IGNORE_ERRORS