SCHEME_NORMALIZE
A scheme-based normalization will be applied. For example, when parsing an HTTP URI changing omitted path to /
and omitted port to 80
; and when building a URI, changing empty path to /
and default port 80
). This only supports a subset of known schemes. (Since: 2.68)