Method Protocols.HTTP.iri_normalize()
- Method iri_normalize
stringiri_normalize(strings)- Description
Normalizes the IRI-style UTF-8 and %XX encoded string
sby decoding all IRI unreserved chars, i.e. everything except the URI reserved chars and control chars.Since only unreserved chars are decoded, the result is always semantically equivalent to the input. It's therefore safe to use this on a complete formatted IRI.
- See also
iri_decode, uri_normalize