Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
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.
|