suspend fun <T> HttpRequest<T>.sendAwait(): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.send |
|
suspend fun <T> HttpRequest<T>.sendBufferAwait(body: Buffer): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendBuffer |
|
suspend fun <T> HttpRequest<T>.sendFormAwait(body: MultiMap): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendForm |
|
suspend fun <T> HttpRequest<T>.sendJsonAwait(body: Any?): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendJson |
|
suspend fun <T> HttpRequest<T>.sendJsonObjectAwait(body: JsonObject): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendJsonObject |
|
suspend fun <T> HttpRequest<T>.sendMultipartFormAwait(body: MultipartForm): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendMultipartForm |
|
suspend fun <T> HttpRequest<T>.sendStreamAwait(body: ReadStream<Buffer>): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendStream |