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

headNowAwait

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

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

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.headNowAwait(port: Int, host: String, requestURI: String): HttpClientResponse

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

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.headNowAwait(host: String, requestURI: String): HttpClientResponse

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

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.headNowAwait(requestURI: String): HttpClientResponse

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

Parameters

requestURI - the relative URI

Return

HttpClientResponse

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