Concept Flow - curl for HTTP requests
Start curl command
Parse URL and options
Open network connection
Send HTTP request
Receive HTTP response
Display or save response
End
curl starts by reading your command, connects to the web address, sends the request, gets the response, and shows it to you.