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:
- POSTMAN (https://www.postman.com/downloads/)
- Intellij Idea Ultimate :-)
Other sources:
https://curl.haxx.se/docs/httpscripting.html
Do You know the best SPRINGer of the World?:
:-)
No comments:
Post a Comment