Link HTTP Header
Link
Used to express a typed relationship with another resource.
Multiple Allowed
This header can occur multiple times in a response.
Accepted Values
A URI surrounded by angle brackets, followed by an optional number of name-value pairs, each seperated by a semi-colon.
Example
Link: <https://redirect.li/wp-json/>; rel="https://api.w.org/"
Link: <https://redirect.li/wp-json/wp/v2/pages/4>; rel="alternate"; type="application/json"
Parse
Enter a Link header below to parse and return details about it.
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link