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