We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf77ee commit 9d38eabCopy full SHA for 9d38eab
aep/general/0154/aep.md.j2
@@ -35,14 +35,15 @@ guarantees it will change if the resource changes.
35
36
### Condition headers
37
38
-Services that provide ETags **should** support all applicable
+When adding precondition checking to an API, the headers and behaviors **must**
39
+match
40
[preconditions](https://www.rfc-editor.org/rfc/rfc9110.html#name-preconditions)
-documented in RFC 9110, including:
41
+as documented in RFC 9110.
42
-- `If-match`
43
-- `If-None-Match`
44
-- `If-Modified-Since`
45
-- `If-Unmodified-Since`
+### If-Match / If-None-Match
+
+Services that provide ETags **should** support the `If-Match` and
46
+`If-None-Match` headers.
47
48
An example of using `If-match`:
49
0 commit comments