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

netSocketAwait

suspend fun HttpClientRequest.netSocketAwait(): NetSocket

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

onCompleteAwait

suspend fun HttpClientRequest.onCompleteAwait(): HttpClientResponse

sendHeadAwait

suspend fun HttpClientRequest.sendHeadAwait(): Unit

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

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