blob: 7f02f9f265c8e92e79b6963f35a294e5aeadbac4 (
plain)
1
2
3
4
5
6
7
|
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.
|