Url

fun Url(urlString: String): Url

Construct Url from urlString.

Report a problem


fun Url(builder: URLBuilder): Url

Construct Url from builder without building origin.

Report a problem

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

Helper method that concisely creates a Url from a URI

Creates Url from URI

Report a problem