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

updateSettingsAwait

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

Send to the remote endpoint an update of this endpoint settings

Parameters

settings - the new settings

Return
a reference to this, so the API can be used fluently *