head

inline suspend fun <T : Any> HttpClient.head(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse

Executes a HttpClient HEAD request, with a URL built from resource and the information from the builder