vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpClient / getAwait

getAwait

suspend fun HttpClient.getAwait(port: Int, host: String, requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

port - the port

host - the host

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(host: String, requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

host - the host

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(requestURI: String, headers: MultiMap): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

requestURI - the relative URI

headers - the headers

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(options: RequestOptions): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

options - the request options

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(port: Int, host: String, requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

port - the port

host - the host

requestURI - the relative URI

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(host: String, requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

host - the host

requestURI - the relative URI

Return

HttpClientResponse

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

suspend fun HttpClient.getAwait(requestURI: String): HttpClientResponse

Suspending version of method io.vertx.core.http.HttpClient.get

Parameters

requestURI - the relative URI

Return

HttpClientResponse

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