Monday, March 2, 2020

curl


curl is an engenious tool that lets us to create network requests from the command line:
including protocols: HTTP, HTTPS, FTP, FTPS, SFTP, IMAP, SMTP, POP3, and many more.

How it works? I like explanations of "The curl guide to HTTP requests" at https://flaviocopes.com/http-curl/

A sample usung is adding the GPG key for the official Docker repository to our system:

    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

Alternatives:


Other sources:
https://curl.haxx.se/docs/httpscripting.html


Do You know the best SPRINGer of the World?:

:-)






No comments: