Method Protocols.HTTP.uri_normalize()
- Method uri_normalize
stringuri_normalize(strings)- Description
Normalizes the URI-style %XX encoded string
sby decoding all URI unreserved chars, i.e. US-ASCII digits, letters, -, ., _, and ~.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 URI.
- See also