pub fn get_file_range_custom( client: &Client, url: &str, range_start: usize, range_end: usize, ) -> Result<Response, Error>