Skip to content

Commit

Permalink
Merge pull request #552 from phluid61/header-structure/base64-padding
Browse files Browse the repository at this point in the history
add padding to binary value in example
  • Loading branch information
mnot committed Apr 2, 2018
2 parents e7792c4 + c23ac6d commit 5450ebe
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 @@ -193,7 +193,7 @@ dict-member = identifier "=" item
For example, a header field whose value is defined as a dictionary could look like:

~~~ example
Example-DictHeader: foo=1.23, en="Applepie", da=*w4ZibGV0w6ZydGUK*
Example-DictHeader: 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 5450ebe

Please sign in to comment.