pub fn read_many_from_str<T: FromStr>(
    values: ValueIter<'_, HeaderValue>
) -> Result<Vec<T>, ParseError>