pub fn get_http_bytes<U: ToUrl>(url: U) -> Result<Vec<u8>, NanoGetError>Expand description
Performs a GET request using HTTP only and returns raw bytes.
Returns NanoGetError::UnsupportedScheme if the URL is not http://.
pub fn get_http_bytes<U: ToUrl>(url: U) -> Result<Vec<u8>, NanoGetError>Performs a GET request using HTTP only and returns raw bytes.
Returns NanoGetError::UnsupportedScheme if the URL is not http://.