 |
Igor Delovski Board My Own Personal Slashdot!
|
Dev Links |
Author |
Message |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3344 Location: Europe
|
Posted: Fri Sep 12, 2025 7:26 pm Post subject: curl |
|
|
lwn.net - The challenge of maintaining curl
"Daniel Stenberg, the maintainer of the curl project, managed to cram a lot
into the 15 minutes given to him. Like the maintainers of many other projects,
Stenberg is feeling some stress, and the problems appear to be getting worse
over time." |
|
Back to top |
|
 |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3344 Location: Europe
|
Posted: Fri Sep 12, 2025 7:27 pm Post subject: |
|
|
curl.se - curl.1 the man page
"curl is a tool for transferring data from or to a server. It supports these
protocols: 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 or TFTP. The command is designed to
work without user interaction."
curl -u name:password --digest https://example.com
curl -u user:secret https://example.com
curl -X POST https://example.com/wp-json/wc/v3/orders \
-u consumer_key:consumer_secret \
-H "Content-Type: application/json" \
-d '{
"payment_method": "bacs",
"payment_method_title": "Direct Bank Transfer",
... |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|