pub async fn get_range(
    range_header: Option<String>,
    file: &str,
    content_type: &str
) -> Result<impl Reply, Rejection>
Expand description

This function retrives the range of bytes requested by the web client