suspend fun HttpClient.optionsNowAwait(options: RequestOptions): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.optionsNow
Return
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
Return
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
Return
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
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.