Skip to content

Commit 979fca4

Browse files
committed
just refers sf-string abnf
1 parent e531eaf commit 979fca4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

draft-ietf-httpapi-idempotency-key-header.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,9 @@ An idempotency key is a unique value generated by the client which the resource
6666
## Syntax
6767

6868

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`:
7070

7171
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 / "\" )
7672

7773

7874
Clients MUST NOT include more than one `Idempotency-Key` header field in the same request.

0 commit comments

Comments
 (0)