Link Header: Difference between revisions

Jump to navigation Jump to search
(Created page with "Link headers are a way to signal available actions to clients. Which actions can be available and how you can perform these actions are documented in the Media-Type specific...")
 
Line 4: Line 4:


== Common Links ==
== Common Links ==
* `rel=self`: This is the [[Canonical URL | canonical URL]] for this resource. PUT and DELETE requests should generally be done here.
* <code>rel=self</code>: This is the [[Canonical URL | canonical URL]] for this resource. PUT and DELETE requests should generally be done here.
* `rel=next`: The next page in a list
* <code>rel=next</code>: The next page in a list
* `rel=prev`: The previous page in a list
* <code>rel=prev</code>: The previous page in a list
* `rel=first`: The first page in a list
* <code>rel=first</code>: The first page in a list
* `rel=last`: The last page in a list
* <code>rel=last</code>: The last page in a list


A full list of publicly registered relation types can be found on the [https://www.iana.org/assignments/link-relations/link-relations.xhtml IANA Link Relations page].
A full list of publicly registered relation types can be found on the [https://www.iana.org/assignments/link-relations/link-relations.xhtml IANA Link Relations page].

Navigation menu