Companion

object Companion

Functions

Link copied to clipboard
fun fromParts(scheme: String, ssp: String, fragment: String?): Url

Creates an opaque Url from the given components. Encodes the ssp which means this method cannot be used to create hierarchical URLs.

Link copied to clipboard
fun parse(uriString: String): Url
Link copied to clipboard
fun parseOrNull(uriString: String): Url?