bfc16b8a3c
With hat: ruby
9 lines
370 B
Text
9 lines
370 B
Text
Parse and format HTTP link headers as described in the draft spec
|
|
http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt, also
|
|
the equivalent HTML link elements.
|
|
|
|
Converts conforming link headers to and from text, LinkHeader objects
|
|
and corresponding (JSON-friendly) Array representations, also HTML
|
|
link elements.
|
|
|
|
WWW: https://rubygems.org/gems/link_header
|