Function headers::common::content_range::split_in_two

source ยท
fn split_in_two(s: &str, separator: char) -> Option<(&str, &str)>