Skip to content

Commit

Permalink
better text linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Sep 25, 2019
1 parent eece02d commit 5d213a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conneg-by-ap/index.html
Expand Up @@ -1220,7 +1220,8 @@ <h3>get resource by profile</h3>
Getting a resource representation conforming to a specific profile is done
by issuing an <code>HTTP GET</code> request against the resource
and specifying the desired profile URI in an <code>Accept-Profile</code> header. URIs MUST be enclosed in angled brackets, '&lt;' &amp; '&gt;'.
It is possible to specify a range of acceptable profile URIs and, when using multiple URIs, they MUST be delimited by a comma.
It is possible to specify a range of acceptable profile URIs and, when using multiple URIs, they MUST be delimited by a comma
be in separate <code>Accept-Profile</code> headers.
Preferences may be indicated by using quality indicators (q-values) as an ordering mechanism separated
from the URI by a semi-colon, ';'. An example of a URI (in this case a URN) with a q-value is <code>&lt;urn:example:profile:x&gt;;q=1.0,</code> where the URI
is <code>&lt;urn:example:profile:x&gt;</code> and the q-value is <code>q=1.0</code>.</p>
Expand Down Expand Up @@ -1248,7 +1249,7 @@ <h3>get resource by profile</h3>
<p>
Having performed content negotiation and returned a resource representation, it is RECOMMENDED
that the server also include a Link header indicating the availability of alternate resources
encoded in other Media Types and conforming to other profiles, as described above.
encoded in other Media Types and conforming to other profiles, as per <a href="#http-listprofiles"></a>.
</p>
</section>
</section>
Expand Down

0 comments on commit 5d213a1

Please sign in to comment.