url

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

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

Report a problem


URLBuilder to configure the URL for this request.

Report a problem