suspend fun <T> HttpRequest<T>.sendJsonObjectAwait(body: JsonObject): HttpResponse<T>
Like io.vertx.ext.web.client.HttpRequest but with an HTTP request body object encoded as json and the content type set to application/json.
body - the body
body
handler -
handler