Url

fun Url(urlString: String): Url

Construct Url from urlString.


fun Url(builder: URLBuilder): Url

Construct Url from builder without building origin.

fun Url(uri: URI): <Error class: unknown class>

Helper method that concisely creates a Url from a URI

Creates Url from URI