pub fn parse_server_timing<'a, I>(values: I) -> Option<Vec<ServerTiming>>where
I: IntoIterator<Item = &'a str>,Expand description
Parse all Server-Timing header values into a flat list of entries.
Returns None if the input iterator yields no entries.