suspend fun HttpClient.getNowAwait(options: RequestOptions): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.getNow
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.getNowAwait(port: Int, host: String, requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.getNow
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.getNowAwait(host: String, requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.getNow
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.getNowAwait(requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.getNow
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.