head

Function head 

Source
pub async fn head<U>(uri: U) -> Result<Response, Box<dyn Error + Sync + Send>>
where U: TryInto<Uri>, Box<dyn Error + Sync + Send>: From<<U as TryInto<Uri>>::Error>,
Expand description

Send a HEAD request to the uri.

The http_client is used to send the request.