Getting Started with cURL
What is cURL
cURL is a small command-line tool that lets you talk to websites and servers.
Think of cURL as a messenger
You give it a URL
It goes to that server
It brings back the response (data, file)
What people usually use cURL for
Download ...
joydeep.hashnode.dev3 min read