What is cURL
cURl stand for Command Line URL tool.
cURL let you talk to server directly from the terminal instead of using browser .
for eg rowser → talks to server with ui
cURL → talks to server using text command
what cURL actually does
request web page
send ...
dushyantxcode.hashnode.dev3 min read