diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2017-11-05 15:28:16 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2017-11-05 15:28:16 +0100 |
commit | 11bf1796cd015373a996e6eb26212e2e1aadb066 (patch) | |
tree | 1b63178f15c501be24d33e81f3b57bb7cd163b92 /docs/RESOURCES | |
parent | dbcced8e32b50c068ac297106f0502ee200a1ebd (diff) |
HTTP: implement Brotli content encoding
This uses the brotli external library (https://github.com/google/brotli).
Brotli becomes a feature: additional curl_version_info() bit and
structure fields are provided for it and CURLVERSION_NOW bumped.
Tests 314 and 315 check Brotli content unencoding with correct and
erroneous data.
Some tests are updated to accomodate with the now configuration dependent
parameters of the Accept-Encoding header.
Diffstat (limited to 'docs/RESOURCES')
-rw-r--r-- | docs/RESOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/RESOURCES b/docs/RESOURCES index 1ad8aac31..2880b8fb0 100644 --- a/docs/RESOURCES +++ b/docs/RESOURCES @@ -81,3 +81,5 @@ This document lists documents and standards used by curl. RFC 4616 - PLAIN authentication RFC 4954 - SMTP Authentication + + RFC 7932 - Brotli Compressed Data Format |