http-link Library for parsing HTTP Link header http://www.w3.org/wiki/LinkHeader synopsis var httpLink = require('http-link'); var links = httpLink.parse('<http://example.com/acb>; rel=alternate; type=text/html'); install npm install http-link