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

writeAwait

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

chunk -

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