vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpClient / deleteAwait

deleteAwait

suspend fun HttpClient.deleteAwait(port: Int, host: String, requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

port - the port

host - the host

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(host: String, requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

host - the host

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(options: RequestOptions): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

options - the request options

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(port: Int, host: String, requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

port - the port

host - the host

requestURI - the relative URI

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(host: String, requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

host - the host

requestURI - the relative URI

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.

suspend fun HttpClient.deleteAwait(requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.delete

Parameters

requestURI - the relative URI

Return

HttpClientResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.