suspend fun HttpClient.sendAwait(options: RequestOptions): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(options: RequestOptions, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(options: RequestOptions, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String, headers: MultiMap): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String, headers: MultiMap, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String, headers: MultiMap, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, port: Int, host: String, requestURI: String, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String, headers: MultiMap): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String, headers: MultiMap, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String, headers: MultiMap, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, host: String, requestURI: String, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String, headers: MultiMap): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String, headers: MultiMap, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String, headers: MultiMap, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String, body: Buffer): HttpClientResponse
suspend fun HttpClient.sendAwait(method: HttpMethod, requestURI: String, body: ReadStream<Buffer>): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.send
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.