Method
normaliseURI(_:)
Normalises a URI by applying registered conversions and cleanup.
func normaliseURI(_ uri: String) -> String
Parameters
uri-
The URI to normalise.
Return Value
The normalised URI.
Method
Normalises a URI by applying registered conversions and cleanup.
func normaliseURI(_ uri: String) -> String
uriThe URI to normalise.
The normalised URI.