suspend fun HttpClient.headAwait(port: Int, host: String, requestURI: String, headers: MultiMap): HttpClientResponse
Suspending version of method io.vertx.core.http.HttpClient.head
Return
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
Return
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
Return
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
Return
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
Return
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
Return
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
Return
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClient using Vert.x codegen.