suspend fun <T> HttpRequest<T>.sendJsonObjectAwait(body: JsonObject): HttpResponse<T>
Suspending version of method io.vertx.ext.web.client.HttpRequest.sendJsonObject
Return
NOTE: This function has been automatically generated from io.vertx.ext.web.client.HttpRequest using Vert.x codegen.