167
edits
m (Fix missing quotes) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Example == | == Example == | ||
Let's say we want to tell a custom client for this wiki where it can find a page with a given title. We can do this by sending the following [[link header]]: | Let's say we want to tell a custom client for this wiki where it can find a page with a given title. We can do this by sending the following [[Link Header | link header]]: | ||
Link: <https://docs.delftsolutions.nl/index.php?title={title}>; rel="search"; templated="true" | Link: <https://docs.delftsolutions.nl/index.php?title={title}>; rel="search"; templated="true" | ||
| Line 14: | Line 14: | ||
== RFC == | == RFC == | ||
More information about URL templating can be found in [https://tools.ietf.org/html/rfc6570 RFC 6570]. | More information about URL templating can be found in [https://tools.ietf.org/html/rfc6570 RFC 6570]. | ||
[[Category: RFCs]] | |||