Skip to content

Commit

Permalink
libcurl/_index.html: updated protocols, fix link to everything curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 2, 2024
1 parent 9989ba0 commit d43adae
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions libcurl/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
<head> <title>libcurl - the multiprotocol file transfer library</title>
#include "css.t"
<meta name="description" content="libcurl is a free and easy-to-use
client-side URL transfer library, supporting DICT, FILE, FTP, FTPS,
GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S,
RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and
TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP
uploading, kerberos, HTTP form based upload, proxies, cookies,
user+password authentication, file transfer resume, http proxy tunneling
and more">
client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER,
GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP,
RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
kerberos, HTTP form based upload, proxies, cookies, user+password
authentication, file transfer resume, http proxy tunneling and more">
</head>

#define LIBCURL_MAIN
Expand All @@ -26,7 +25,7 @@
speech and zero price!">free</a> and easy-to-use client-side URL transfer
library, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS,
IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP,
SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl supports SSL
SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl supports SSL
certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
proxies, HTTP/2, HTTP/3, cookies, user+password authentication (Basic,
Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy
Expand Down Expand Up @@ -68,7 +67,7 @@
Check out our <a href="using/">using libcurl</a> page for general hints and
advice and manpages for <a href="c/allfuncs.html">every function</a> and
option. Also, check out
the <a href="https://everything.curl.dev/libcurl">libcurl section of
the <a href="https://everything.curl.dev/libcurl.html">libcurl section of
everything curl</a>.

<p>
Expand Down

0 comments on commit d43adae

Please sign in to comment.