UniformResourceIdentifier

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

specification: https://www.rfc-editor.org/rfc/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)

Properties

Link copied to clipboard