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 |
|
suspend fun HttpClientRequest.sendHeadAwait(): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.sendHead |
|
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 |