Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions draft-ietf-httpbis-unencoded-digest.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,12 @@ entire selected representation data with no content codings applied ({{Section
8.4.1 of HTTP}}).

Apart from the content coding concerns, `Unencoded-Digest` behaves similarly
to `Repr-Digest` ({{Section 3 of DIGEST-FIELDS}}). In the absence of content
codings, `Unencoded-Digest` is identical to `Repr-Digest`.
to `Repr-Digest` ({{Section 3 of DIGEST-FIELDS}}).

`Unencoded-Digest` can be sent in messages with and without content codings.
When there is no content coding, `Unencoded-Digest` acts identically to
`Repr-Digest`; for the same hashing algorithm the computed value would be the
same.

`Unencoded-Digest` is a `Dictionary` (see {{Section 3.2 of STRUCTURED-FIELDS}})
where each:
Expand Down Expand Up @@ -290,7 +294,7 @@ ca cc 4b e7 02 00 7e af 07 44
~~~
{: title="GET response with GZIP content coding"}

The second example demonstrates a range request with content negotiation.
The second example demonstrates a range request that uses content negotiation.

~~~ http-message
GET /boringstring HTTP/1.1
Expand Down