Skip to content

Commit 7eab6e2

Browse files
authored
Add topic "curl"
1 parent e03ba47 commit 7eab6e2

File tree

2 files changed

+145
-0
lines changed

2 files changed

+145
-0
lines changed

topics/curl/curl.svg

Lines changed: 129 additions & 0 deletions
Loading

topics/curl/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
related: http-client
3+
aliases: libcurl
4+
created_by: Daniel Stenberg
5+
display_name: cURL
6+
github_url: https://github.com/curl/curl
7+
logo: curl.svg
8+
released: April 8, 1997
9+
short_description: cURL is a computer software project providing a library and command-line tool for transferring data. The name stands for "Client for URL".
10+
topic: chrome
11+
url: https://curl.se/
12+
wikipedia_url: https://en.wikipedia.org/wiki/CURL
13+
---
14+
15+
cURL (pronounced like "curl", UK: [kəːl], US: [kɝl]) is a computer software project providing a library (libcurl) and command-line tool (curl) for transferring data using various network protocols, supporting DICT, FILE, [FTP](https://github.com/topics/ftp), FTPS, [GOPHER](https://github.com/topics/gopher), GOPHERS, [HTTP](https://github.com/topics/http), HTTPS, [IMAP](https://github.com/topics/imap), IMAPS, [LDAP](https://github.com/topics/ldap), LDAPS, [MQTT](https://github.com/topics/mqtt), [POP3](https://github.com/topics/pop3), POP3S, [RTMP](https://github.com/topics/rtmp), RTMPS, [RTSP](https://github.com/topics/rtsp), [SCP](https://github.com/topics/scp), SFTP, [SMB](https://github.com/topics/smb), SMBS, [SMTP](https://github.com/topics/smpt), SMTPS, [TELNET](https://github.com/topics/telnet), TFTP, [WS](https://github.com/topics/websocket) and WSS. libcurl offers a myriad of powerful features. The name stands for "Client for URL".
16+

0 commit comments

Comments
 (0)