headers icon indicating copy to clipboard operation
headers copied to clipboard

Add back the typed representation of the Link header

Open jplatte opened this issue 3 years ago • 2 comments

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.

jplatte avatar Jun 29 '22 13:06 jplatte

ping @seanmonstar

jplatte avatar Sep 21 '22 17:09 jplatte

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.

jplatte avatar Oct 20 '22 14:10 jplatte