pub async fn head(
    client: &Client,
    uri: &str
) -> Result<Option<Response<AsyncBody>>, Error>