suspend fun HttpServerResponse.writeAwait(data: Buffer): Unit
Suspending version of method io.vertx.core.http.HttpServerResponse.write
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
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
chunk
- NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.