UniformResourceIdentifier

@Serializable
value class UniformResourceIdentifier(url: Url)(source)

See RFC3986

TODO: possibly replace with rfc3986 conforming implementation if found. Using ktor url for now, but there is no information on what specification is used there..

Constructors

Link copied to clipboard
constructor(url: Url)
constructor(string: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard