You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The latest version of the Tool and the code is open source right here on GitHub:
22
22
<br>
23
23
24
24
# What exactly does cURL do?
25
-
I am not a cURL expert and it's quite difficult giving an exact explanation so I will try and give the most basic and simple explanation.
25
+
I am not a cURL expert and it's quite difficult giving an exact explanation so I will try and give the most basic explanation.
26
26
cURL means `Client URL` and you already know from above that it's a command line tool, so it's basically a tool that permits/enables data transfer over many network protocols (HTTPS, HTTP, FTP, it also supports SSL Certificates). The tool communicates with a web server with a URL and tells the server the data to be sent or received. (yes you read that correctly, **the tool can do both** 🤓)
0 commit comments