suspend fun HttpClientRequest.endAwait(chunk: String): Unit suspend fun HttpClientRequest.endAwait(chunk: String, enc: String): Unit suspend fun HttpClientRequest.endAwait(chunk: Buffer): Unit suspend fun HttpClientRequest.endAwait(): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.end |
|
suspend fun HttpClientRequest.pipeToAwait(dst: WriteStream<HttpClientResponse>): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.pipeTo |
|
suspend fun HttpClientRequest.writeAwait(data: Buffer): Unit suspend fun HttpClientRequest.writeAwait(chunk: String): Unit suspend fun HttpClientRequest.writeAwait(chunk: String, enc: String): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.write |