Getting Started with cURL
cURL stands for "Client for URLs" , a command-line tool used to transfer data to or from a server.
First, what is a server?
A server is just a computer(a machine which is 24×7 available) on the internet that:
waits for requests
sends back response...
manasblogs.hashnode.dev3 min read