vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpServerResponse / writeAwait

writeAwait

suspend fun HttpServerResponse.writeAwait(data: Buffer): Unit

Suspending version of method io.vertx.core.http.HttpServerResponse.write

Parameters

data - NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.

suspend fun HttpServerResponse.writeAwait(chunk: String, enc: String): Unit

Suspending version of method io.vertx.core.http.HttpServerResponse.write

Parameters

chunk -

enc - NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.

suspend fun HttpServerResponse.writeAwait(chunk: String): Unit

Suspending version of method io.vertx.core.http.HttpServerResponse.write

Parameters

chunk - NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.