vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpServerResponse / pushAwait

pushAwait

suspend fun HttpServerResponse.pushAwait(method: HttpMethod, host: String, path: String): HttpServerResponse

Suspending version of method io.vertx.core.http.HttpServerResponse.push

Parameters

method -

host -

path -

Return

HttpServerResponse

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

Parameters

method -

path -

headers -

Return

HttpServerResponse

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

Parameters

method -

path -

Return

HttpServerResponse

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

Parameters

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

HttpServerResponse

NOTE: This function has been automatically generated from io.vertx.core.http.HttpServerResponse using Vert.x codegen.