headers
headers copied to clipboard
Add back the typed representation of the Link header
This is exactly #67 except it uses the latest version of language-tags and is rebased.
edit: Now one extra commit of my own, as commit authorship shows.
Closes #67.
ping @seanmonstar
Sounds good! I added a FromIterator implementation as a less "biased" version of the previous new, so it's still convenient to construct a Link from a list of LinkValues.
I found no other occurrences of a values method but many iters, so I updated that name.