We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cee7d commit 6a2a159Copy full SHA for 6a2a159
spec/20-http_header_format.md
@@ -258,8 +258,7 @@ A simple example of a `list` with two `list-member`s might look like:
258
259
``` abnf
260
list = list-member 0*31( OWS "," OWS list-member )
261
-list-member = key "=" value
262
-list-member = OWS
+list-member = (key "=" value) / OWS
263
```
264
265
Identifiers for a `list` are short (up to 256 characters) textual identifiers.
0 commit comments