| suspend fun HttpServerResponse.pushAwait(method: HttpMethod, host: String, path: String): HttpServerResponseLike io.vertx.core.http.HttpServerResponse with no headers. suspend fun HttpServerResponse.pushAwait(method: HttpMethod, path: String, headers: MultiMap): HttpServerResponsesuspend fun HttpServerResponse.pushAwait(method: HttpMethod, path: String): HttpServerResponseLike io.vertx.core.http.HttpServerResponse with the host copied from the current request. suspend fun HttpServerResponse.pushAwait(method: HttpMethod, host: String, path: String, headers: MultiMap): HttpServerResponsePush a response to the client. | |
| suspend fun HttpServerResponse.sendFileAwait(filename: String): Unitsuspend fun HttpServerResponse.sendFileAwait(filename: String, offset: Long): UnitLike io.vertx.core.http.HttpServerResponse but providing a handler which will be notified once the file has been completely written to the wire. suspend fun HttpServerResponse.sendFileAwait(filename: String, offset: Long, length: Long): UnitLike io.vertx.core.http.HttpServerResponse but providing a handler which will be notified once the file has been completely written to the wire. |