Skip to main content

head_http

Function head_http 

Source
pub fn head_http<U: ToUrl>(url: U) -> Result<Response, NanoGetError>
Expand description

Performs a HEAD request using HTTP only.

Returns NanoGetError::UnsupportedScheme if the URL is not http://.