Skip to content

Commit 8734094

Browse files
committed
Minor touches
1 parent 7eb907c commit 8734094

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draft-ietf-httpapi-digest-fields-problem-types.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Want-Content-Digest: sha-512=3, sha-256=10
7272
digest-unsupported-algorithm",
7373
"title": "hashing algorithm is not supported",
7474
"unsupported-algorithm": "foo",
75-
"header": "Wand-Content-Digest"
75+
"header": "Want-Content-Digest"
7676
}
7777
~~~
7878

@@ -88,7 +88,7 @@ interpreted as described in {{DIGEST}}.
8888
The term "problem type" in this document is to be
8989
interpreted as described in {{PROBLEM}}.
9090

91-
The terms "request", "response", "intermediary", "sender", and "server" are from {{HTTP}}.
91+
The terms "request", "response", "intermediary", "sender", "client", and "server" are from {{HTTP}}.
9292

9393
# Problem Types
9494

@@ -210,7 +210,6 @@ Content-Type: application/problem+json
210210

211211
This section defines the "https://iana.org/assignments/http-problem-types#digest-mismatching-value" problem type. A server MAY use this problem type when responding to a request, whose integrity fields include a digest value that does not match the digest value that the server calculated for the request content or representation.
212212

213-
214213
Three problem type extension members are defined, which SHOULD be populated for all responses using this problem type:
215214

216215
- The `algorithm` extension member is the algorithm key of the used hashing algorithm.

0 commit comments

Comments
 (0)