mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
7385610d0c
- enable in the build (configure) - header parsing - host name lookup - unit tests for the above - CI build - CURL_VERSION_HSTS bit - curl_version_info support - curl -V output - curl-config --features - CURLOPT_HSTS_CTRL - man page for CURLOPT_HSTS_CTRL - curl --hsts (sets CURLOPT_HSTS_CTRL and works with --libcurl) - man page for --hsts - save cache to disk - load cache from disk - CURLOPT_HSTS - man page for CURLOPT_HSTS - added docs/HSTS.md - fixed --version docs - adjusted curl_easy_duphandle Closes #5896
72 lines
2.1 KiB
D
72 lines
2.1 KiB
D
Long: version
|
|
Short: V
|
|
Help: Show version number and quit
|
|
Category: important curl
|
|
---
|
|
Displays information about curl and the libcurl version it uses.
|
|
|
|
The first line includes the full version of curl, libcurl and other 3rd party
|
|
libraries linked with the executable.
|
|
|
|
The second line (starts with "Protocols:") shows all protocols that libcurl
|
|
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 "HSTS"
|
|
HSTS support is present.
|
|
.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 "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 "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 "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 "UnixSockets"
|
|
Unix sockets support is provided.
|
|
.RE
|