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

endAwait

suspend fun HttpClientRequest.endAwait(chunk: String): Unit
suspend fun HttpClientRequest.endAwait(chunk: Buffer): Unit

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

Parameters

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

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

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

Parameters

chunk -

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

suspend fun HttpClientRequest.endAwait(): Unit

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

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