vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpConnection

Extensions for io.vertx.core.http.HttpConnection

pingAwait

suspend fun HttpConnection.pingAwait(data: Buffer): Buffer

Suspending version of method io.vertx.core.http.HttpConnection.ping

updateSettingsAwait

suspend fun HttpConnection.updateSettingsAwait(settings: Http2Settings): Unit

Suspending version of method io.vertx.core.http.HttpConnection.updateSettings