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

optionsAwait

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

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

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.optionsAwait(host: String, requestURI: String, headers: MultiMap): HttpClientResponse

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

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.optionsAwait(requestURI: String, headers: MultiMap): HttpClientResponse

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

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.optionsAwait(options: RequestOptions): HttpClientResponse

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

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.optionsAwait(port: Int, host: String, requestURI: String): HttpClientResponse

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

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.optionsAwait(host: String, requestURI: String): HttpClientResponse

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

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.optionsAwait(requestURI: String): HttpClientResponse

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

Parameters

requestURI - the relative URI

Return

HttpClientResponse

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