jshttp / jshttp.github.io

https://jshttp.github.io/
MIT License
47 stars 3 forks source link

http-link #57

Closed jonathanong closed 9 years ago

jonathanong commented 9 years ago

would like something in-house ot parse (and maybe stringify, lol) link headers.

i like this name: https://github.com/victorenator/http-link but i trust this implementation more, simply because of who wrote it: https://github.com/thlorenz/parse-link-header

dougwilson commented 9 years ago

http-utils will parse all headers, so that would take care of parsing the link headers. generating them could of course be added too, if we wanted.

jonathanong commented 9 years ago

okay let's just wait on http-utils then :D sounds like a better approach anyways.