Getting Started with cURL
What is a server, and why do we need to talk to it?
Before understanding cURL, we need to understand one simple thing.
What is a server?
A server is just another computer.Its job is to:
wait for requests
process them
send back responses
When you...
gurjotcodes.hashnode.dev3 min read