vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpServerRequest

Extensions for io.vertx.core.http.HttpServerRequest

pipeToAwait

suspend fun HttpServerRequest.pipeToAwait(dst: WriteStream<Buffer>): Unit

Suspending version of method io.vertx.core.http.HttpServerRequest.pipeTo

toNetSocketAwait

suspend fun HttpServerRequest.toNetSocketAwait(): NetSocket

Suspending version of method io.vertx.core.http.HttpServerRequest.toNetSocket

toWebSocketAwait

suspend fun HttpServerRequest.toWebSocketAwait(): ServerWebSocket

Suspending version of method io.vertx.core.http.HttpServerRequest.toWebSocket