pub async fn head(uri: impl TryUri) -> Result<Response, Error>
Send a HEAD request to the uri.
uri
The default_client is used to send the request.
default_client