pub fn parse_content_range(
    headers: &HeaderMap
) -> Result<Option<BytesContentRange>>
Expand description

Parse content range from header map.