Getting Started with cURL
Before understanding curl, we need to understand one about servers, request-response etc.
What is a Server?
A server is just a computer connected to the internet 24×7 that servers what the client asked for:
Websites
Data (APIs)
Files
Services
W...
1curl.hashnode.dev3 min read