head
head(url(), headers(), Keyword.t()) :: {:ok, response()} | {:error, error()} | no_return()
Performs an HTTP HEAD request and returns the response.
See request/1 for documentation.
request/1