summaryrefslogtreecommitdiff
path: root/docs/libcurl/gnurl_version_info.3
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-12-03 19:49:13 +0000
committerng0 <ng0@n0.is>2017-12-03 19:49:13 +0000
commit054e207acc8623ec793c8e7a0e7d01f5aa1423b8 (patch)
treecadbe8644ae24c15783023c1a7d1759bef8ceba0 /docs/libcurl/gnurl_version_info.3
parent131de33cbc807bcf921946d5e763e0e7ecf15a8d (diff)
parent62c07b5743490ce373910f469abc8cdc759bec2b (diff)
downloadgnurl-054e207acc8623ec793c8e7a0e7d01f5aa1423b8.tar.gz
gnurl-054e207acc8623ec793c8e7a0e7d01f5aa1423b8.tar.bz2
gnurl-054e207acc8623ec793c8e7a0e7d01f5aa1423b8.zip
Merge tag 'curl-7_57_0'
curl 7.57.0
Diffstat (limited to 'docs/libcurl/gnurl_version_info.3')
-rw-r--r--docs/libcurl/gnurl_version_info.38
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/libcurl/gnurl_version_info.3 b/docs/libcurl/gnurl_version_info.3
index 35d7f4522..18d3bd2f5 100644
--- a/docs/libcurl/gnurl_version_info.3
+++ b/docs/libcurl/gnurl_version_info.3
@@ -72,6 +72,12 @@ typedef struct {
const char *libssh_version; /* human readable string */
+ /* when 'age' is 4 or higher (7.57.0 or later), the members below also
+ exist */
+ unsigned int brotli_ver_num; /* Numeric Brotli version
+ (MAJOR << 24) | (MINOR << 12) | PATCH */
+ const char *brotli_version; /* human readable string. */
+
} curl_version_info_data;
.fi
@@ -160,6 +166,8 @@ libcurl was built with support for HTTPS-proxy.
libcurl was built with multiple SSL backends. For details, see
\fIcurl_global_sslset(3)\fP.
(Added in 7.56.0)
+.IP CURL_VERSION_BROTLI
+supports HTTP Brotli content encoding using libbrotlidec (Added in 7.57.0)
.RE
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
has no SSL support, this is NULL.