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

Extensions for io.vertx.core.http.HttpClientRequest

endAwait

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

pipeToAwait

suspend fun HttpClientRequest.pipeToAwait(dst: WriteStream<HttpClientResponse>): Unit

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

writeAwait

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