Skip to content

Commit 8eb04a8

Browse files
authored
Nitpick content-encoding. See #1100 (#1150)
* Nitpick content-encoding. See #1100 * Update jsonschema-validation.xml
1 parent 770e7f5 commit 8eb04a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonschema-validation.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,8 @@
975975
encodings used in MIME. This keyword is derived from MIME's
976976
Content-Transfer-Encoding header, which was designed to map binary data
977977
into ASCII characters. It is not related to HTTP's Content-Encoding header,
978-
which is used for compressing HTTP request and response payloads.
978+
which is used to encode (e.g. compress or encrypt)
979+
the content of HTTP request and responses.
979980
</t>
980981
<t>
981982
As "base64" is defined in both RFCs, the definition

0 commit comments

Comments
 (0)