Skip to content

Commit

Permalink
query: examples - Mike's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Feb 19, 2025
1 parent afd4f7f commit 9ff8cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-safe-method-w-body.xml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ Allow: GET, QUERY, OPTIONS, HEAD
<t>
The Content-Location and Location response fields provide a way to identify alternate resources
that will respond to GET requests, either for the received result of the request, or for future
requests for the same request. Going back to the example from <xref target="example.simple"/>:
requests to perform the same operation. Going back to the example from <xref target="example.simple"/>:
</t>
<artwork type="http-message">
QUERY /contacts HTTP/1.1
Expand Down Expand Up @@ -719,7 +719,7 @@ Date: Sun, 17 November 2024, 16:13:17 GMT
Assuming no change in the query result, a subsequent conditional GET request with
</t>
<artwork type="http-message">
If-Non-Match: "42-1"
If-None-Match: "42-1"
</artwork>
<t>
would result in a 304 response ("Not Modified", <xref target="HTTP" section="15.4.5"/>).
Expand Down

0 comments on commit 9ff8cb6

Please sign in to comment.