suspend fun HttpServerResponse.pushAwait(method: HttpMethod, host: String, path: String): HttpServerResponse
Suspending version of method io.vertx.core.http.HttpServerResponse.push
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.
suspend fun HttpServerResponse.pushAwait(method: HttpMethod, path: String, headers: MultiMap): HttpServerResponse
Suspending version of method io.vertx.core.http.HttpServerResponse.push
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.
suspend fun HttpServerResponse.pushAwait(method: HttpMethod, path: String): HttpServerResponse
Suspending version of method io.vertx.core.http.HttpServerResponse.push
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.
suspend fun HttpServerResponse.pushAwait(method: HttpMethod, host: String, path: String, headers: MultiMap): HttpServerResponse
Suspending version of method io.vertx.core.http.HttpServerResponse.push
method
- the method of the promised request
host
- the host of the promised request
path
- the path of the promised request
headers
- the headers of the promised request
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.