The new-entries function takes a list of `(String, String)` but the fields-get function returns a `Vec(String)` Headers can have multiple values per the HTTP spec, so I think that new-entries should probably take `Vec<(String, List<String>)>`