pub fn get_extension_values<'a>( map: &'a HashMap<String, Vec<Extension>>, key: &str, ) -> Option<Vec<&'a str>>
Get a reference to all values for the extensions with the specified key.