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.netSocketAwait(): NetSocket
Suspending version of method io.vertx.core.http.HttpClientRequest.netSocket |
|
suspend fun HttpClientRequest.onCompleteAwait(): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClientRequest.onComplete |
|
suspend fun HttpClientRequest.sendHeadAwait(): HttpVersion
Suspending version of method io.vertx.core.http.HttpClientRequest.sendHead |
|
suspend fun HttpClientRequest.setHandlerAwait(): HttpClientResponse |
|
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 |