Skip to content

Commit

Permalink
swap langs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 22, 2017
1 parent e550c18 commit 87def00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-header-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ dictionary = label "=" item *1023( OWS "," OWS label "=" item )
For example, a header field whose value is defined as a dictionary could look like:

~~~
ExampleDictHeader: foo=1.23, da="Applepie", en=*w4ZibGV0w6ZydGUK
ExampleDictHeader: foo=1.23, en="Applepie", da=*w4ZibGV0w6ZydGUK
~~~

Typically, a header field specification will define the semantics of individual keys, as well as whether their presence is required or optional. Recipients MUST ignore keys that are undefined or unknown, unless the header field's specification specifically disallows them.
Expand Down

0 comments on commit 87def00

Please sign in to comment.