From 17f2dcf6b202eecb33ef316262b20791919a29ca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Jun 2020 10:30:20 +0200 Subject: version.d: expanded and alpha-sorted Added a few missing features not previously mentioned. Ordered them alphabetically. Closes #5558 --- docs/cmdline-opts/version.d | 64 +++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/docs/cmdline-opts/version.d b/docs/cmdline-opts/version.d index cd35f27fb..16c1843f1 100644 --- a/docs/cmdline-opts/version.d +++ b/docs/cmdline-opts/version.d @@ -13,48 +13,56 @@ reports to support. The third line (starts with "Features:") shows specific features libcurl reports to offer. Available features include: .RS +.IP "alt-svc" +Support for the Alt-Svc: header is provided. +.IP "AsynchDNS" +This curl uses asynchronous name resolves. Asynchronous name resolves can be +done using either the c-ares or the threaded resolver backends. +.IP "brotli" +Support for automatic brotli compression over HTTP(S). +.IP "CharConv" +curl was built with support for character set conversions (like EBCDIC) +.IP "Debug" +This curl uses a libcurl built with Debug. This enables more error-tracking +and memory debugging etc. For curl-developers only! +.IP "GSS-API" +GSS-API is supported. +.IP "HTTP2" +HTTP/2 support has been built-in. +.IP "HTTP3" +HTTP/3 support has been built-in. +.IP "HTTPS-proxy" +This curl is built to support HTTPS proxy. +.IP "IDN" +This curl supports IDN - international domain names. .IP "IPv6" You can use IPv6 with this. .IP "krb4" Krb4 for FTP is supported. -.IP "SSL" -SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S -and so on. +.IP "Largefile" +This curl supports transfers of large files, files larger than 2GB. .IP "libz" Automatic decompression of compressed files over HTTP is supported. +.IP "Metalink" +This curl supports Metalink +.IP "MultiSSL" +This curl supports multiple TLS backends. .IP "NTLM" NTLM authentication is supported. -.IP "Debug" -This curl uses a libcurl built with Debug. This enables more error-tracking -and memory debugging etc. For curl-developers only! -.IP "AsynchDNS" -This curl uses asynchronous name resolves. Asynchronous name resolves can be -done using either the c-ares or the threaded resolver backends. +.IP "NTLM" +NTLM authentication is supported. +.IP "PSL" +PSL is short for Public Suffix List and means that this curl has been built +with knowledge about "public suffixes". .IP "SPNEGO" SPNEGO authentication is supported. -.IP "Largefile" -This curl supports transfers of large files, files larger than 2GB. -.IP "IDN" -This curl supports IDN - international domain names. -.IP "GSS-API" -GSS-API is supported. +.IP "SSL" +SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S +and so on. .IP "SSPI" SSPI is supported. .IP "TLS-SRP" SRP (Secure Remote Password) authentication is supported for TLS. -.IP "HTTP2" -HTTP/2 support has been built-in. .IP "UnixSockets" Unix sockets support is provided. -.IP "HTTPS-proxy" -This curl is built to support HTTPS proxy. -.IP "Metalink" -This curl supports Metalink (both version 3 and 4 (RFC 5854)), which -describes mirrors and hashes. curl will use mirrors for failover if -there are errors (such as the file or server not being available). -.IP "PSL" -PSL is short for Public Suffix List and means that this curl has been built -with knowledge about "public suffixes". -.IP "MultiSSL" -This curl supports multiple TLS backends. .RE -- cgit v1.2.3