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

optionsNowAwait

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

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

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

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

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

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

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

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

Parameters

requestURI - the relative URI

Return

HttpClientResponse

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