ktor-client-core / io.ktor.client.request / HttpRequestBuilder / url

url

val url: URLBuilder

URLBuilder to configure the URL for this request.

fun url(block: URLBuilder.(URLBuilder) -> Unit): Unit

Executes a block that configures the URLBuilder associated to this request.