You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-ietf-httpapi-idempotency-key-header.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,9 @@ An idempotency key is a unique value generated by the client which the resource
66
66
## Syntax
67
67
68
68
69
-
`Idempotency-Key` is an Item Structured Header {{!RFC8941}}. Its value MUST be a String (Section 3.3.3 of {{!RFC8941}}. Its ABNF is:
69
+
`Idempotency-Key` is an Item Structured Header {{!RFC8941}}. Its value MUST be a String. Refer to Section 3.3.3 of {{!RFC8941}} for ABNF of `sf-string`:
70
70
71
71
Idempotency-Key = sf-string
72
-
sf-string = DQUOTE *chr DQUOTE
73
-
chr = unescaped / escaped
74
-
unescaped = %x20-21 / %x23-5B / %x5D-7E
75
-
escaped = "\" ( DQUOTE / "\" )
76
72
77
73
78
74
Clients MUST NOT include more than one `Idempotency-Key` header field in the same request.
0 commit comments