suspend fun HttpClientRequest.endAwait(chunk: String): Unit
suspend fun HttpClientRequest.endAwait(chunk: Buffer): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.end
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
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.