pub async fn supports_range(
    client: &Client,
    uri: &str,
    resume: u64,
    length: Option<u64>
) -> Result<bool, Error>