curlGet curl version
Usage example
curl --version
output
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1l zlib/1.2.11 brotli/1.0.9 libidn2/2.3.1 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
More of Curl
- How to send HTTP 1.1 request
- Use username and password (HTTP authentication)
- Setting multiple headers
- Get response status code
- Send JSON data from file
- Sending host header
- Download and extract zip file
- Make x-www-form-urlencoded POST request
- Download and extract tar.gz file
- How to send HTTP2 request
See more codes...