Skip to content

Commit 60bc26b

Browse files
committed
Add server-link-auxiliary-type
1 parent 3a902b9 commit 60bc26b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ED/protocol.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<main>
132132
<article about="" typeof="schema:Article doap:Specification">
133133
<h1 property="schema:name">Solid Protocol</h1>
134-
<h2>Editor’s Draft, 2021-12-27</h2>
134+
<h2>Editor’s Draft, 2022-01-06</h2>
135135

136136
<details open="">
137137
<summary>More details about this document</summary>
@@ -178,7 +178,7 @@ <h2>Editor’s Draft, 2021-12-27</h2>
178178

179179
<dl id="document-modified">
180180
<dt>Modified</dt>
181-
<dd><time content="2021-12-27T00:00:00Z" datatype="xsd:dateTime" datetime="2021-12-27T00:00:00Z" property="schema:dateModified">2021-12-27</time></dd>
181+
<dd><time content="2022-01-06T00:00:00Z" datatype="xsd:dateTime" datetime="2022-01-06T00:00:00Z" property="schema:dateModified">2022-01-06</time></dd>
182182
</dl>
183183

184184
<dl id="document-repository">
@@ -701,6 +701,8 @@ <h4 property="schema:name"><span>Note</span>: Self-describing Resources</h4>
701701
<li><a href="#auxiliary-resources-description-resource">Resource Description</a></li>
702702
</ul>
703703

704+
<p><span about="" id="server-link-auxiliary-type" rel="spec:requirement" resource="#server-link-auxiliary-type"><span rel="spec:requirementSubject" resource="spec:Server">Servers</span> <span rel="spec:requirementLevel" resource="spec:MUST">MUST</span> advertise auxiliary resources associated with a subject resource by responding to <code>HEAD</code> and <code>GET</code> requests including the HTTP <code>Link</code> header with the <code>rel</code> parameter [<cite><a class="bibref" href="#bib-rfc8288">RFC8288</a></cite>].</span></p>
705+
704706
<p><span about="" id="client-link-auxiliary-type" rel="spec:requirement" resource="#client-link-auxiliary-type">Clients can discover auxiliary resources associated with a subject resource by making an HTTP <code>HEAD</code> or <code>GET</code> request on the target URL, and checking the HTTP <code>Link</code> header with the <code>rel</code> parameter [<cite><a class="bibref" href="#bib-rfc8288">RFC8288</a></cite>].</span></p>
705707

706708
<table>

0 commit comments

Comments
 (0)