Skip to content

Commit 27b539e

Browse files
committed
QUERY: examples - split sections for C-L and L, and add fwd pointers to examples (see #3114)
1 parent cf6b997 commit 27b539e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

draft-ietf-httpbis-safe-method-w-body.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ q=foo&limit=10&sort=-published
253253
it is expected to describe the results of the operation.
254254
</t>
255255

256-
<section title="Content-Location and Location Fields" anchor="location">
256+
<section title="Content-Location Response Field" anchor="content-location">
257257
<t>
258258
A successful response (2xx, <xref target="HTTP" section="15.3"/>)
259259
can include a Content-Location
@@ -263,6 +263,12 @@ q=foo&amp;limit=10&amp;sort=-published
263263
a GET request for the indicated URI to retrieve the results of the query
264264
operation just performed. The indicated resource might be temporary.
265265
</t>
266+
<t>
267+
See <xref target="example.content-location"/> for an example.
268+
</t>
269+
</section>
270+
271+
<section title="Location Response Field" anchor="location">
266272
<t>
267273
A server can create or locate a resource that identifies the query
268274
operation for future use. If the server does so, the URI of the resource
@@ -273,6 +279,9 @@ q=foo&amp;limit=10&amp;sort=-published
273279
temporary; if a future request fails, the client can retry using the
274280
original QUERY resource and the previously submitted content.
275281
</t>
282+
<t>
283+
See <xref target="example.location"/> for an example.
284+
</t>
276285
</section>
277286

278287
<section title="Redirection" anchor="redirection">
@@ -659,7 +668,8 @@ Accept: application/x-www-form-urlencoded, application/sql
659668

660669
<section title="Content-Location, Location, and Indirect Responses" anchor="example.content-location.location.indirect">
661670
<t>
662-
As described in <xref target="location"/>, the Content-Location and Location response fields in success responses
671+
As described in Sections <xref format="counter" target="content-location"/> and
672+
<xref format="counter" target="location"/>, the Content-Location and Location response fields in success responses
663673
(2xx, <xref target="HTTP" section="15.3"/>) provide a way to identify alternate resources
664674
that will respond to GET requests, either for the received result of the request, or for future
665675
requests to perform the same operation. Going back to the example from <xref target="example.simple"/>:

0 commit comments

Comments
 (0)