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