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://.
pub fn head_http<U: ToUrl>(url: U) -> Result<Response, NanoGetError>Performs a HEAD request using HTTP only.
Returns NanoGetError::UnsupportedScheme if the URL is not http://.