url
Executes a block that configures the URLBuilder associated to this request.
fun HttpRequestBuilder.url(scheme: String = "http", host: String = "localhost", port: Int = DEFAULT_PORT, path: String = "/", block: URLBuilder.() -> Unit = {})
Content copied to clipboard
Sets the url using the specified scheme, host, port and path.
Sets the HttpRequestBuilder.url from urlString.
Sets the HttpRequestBuilder.url from url.
Sets the HttpRequestBuilder.url from url.