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

headAwait

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

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

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

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

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.headAwait(requestURI: String, headers: MultiMap): HttpClientResponse

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

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.headAwait(options: RequestOptions): HttpClientResponse

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

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

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

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

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

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

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

Parameters

requestURI - the relative URI

Return

HttpClientResponse

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