X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FUrl.md;h=0c8aa8dd0b04a64b9cec6c90476cc6788ce99392;hb=HEAD;hp=e953723e627dcb80e3d4e62ecbe11f012e031eeb;hpb=a765b2f3cf4cd7645731ac8553c3143c7ab7b077;p=mdref%2Fmdref-http diff --git a/http/Url.md b/http/Url.md index e953723..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,7 +31,7 @@ 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