vertx / io.vertx.kotlin.ext.web.client / io.vertx.ext.web.client.HttpRequest / sendMultipartFormAwait

sendMultipartFormAwait

suspend fun <T> HttpRequest<T>.sendMultipartFormAwait(body: MultipartForm): HttpResponse<T>

Suspending version of method io.vertx.ext.web.client.HttpRequest.sendMultipartForm

Parameters

body - the body

Return

HttpResponse

NOTE: This function has been automatically generated from io.vertx.ext.web.client.HttpRequest using Vert.x codegen.