Skip to content

Commit

Permalink
fix canonicalized headers specification
Browse files Browse the repository at this point in the history
  • Loading branch information
szeist authored Jan 28, 2019
1 parent 3c51c98 commit a0def0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The checksum of the body has to be presented as a lower cased hexadecimal string
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

All the steps above produce a row of data, except the headers canonicalization, as it creates one row per headers.
These have to be concatenated with ``LF`` (line feed, "\n") characters into a string. An example:
These have to be concatenated with ``LF`` (line feed, "\n") characters into a string. After the canonicalized headers, a ``LF`` ("\n") character must be inserted. An example:

.. code-block:: string
Expand All @@ -204,6 +204,7 @@ These have to be concatenated with ``LF`` (line feed, "\n") characters into a st
content-type:application/x-www-form-urlencoded
content-length:21
host:example.com
date;host
fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210
Expand Down

0 comments on commit a0def0b

Please sign in to comment.