URI.this

Creactes an URI from an input range, throws if invalid. Input should be an ENCODED url range.

class URI
this
(
T
)
()
if (
isForwardRange!T
)

Throws

URIException if the URI is invalid.

Meta