TheracAriane@thebrainbin.org to @linux on Linux.Community@linux.community · 9 hours agocurlcurl.seexternal-linkmessage-square6linkfedilinkarrow-up14arrow-down11file-textcross-posted to: [email protected][email protected]
arrow-up13arrow-down1external-linkcurlcurl.seTheracAriane@thebrainbin.org to @linux on Linux.Community@linux.community · 9 hours agomessage-square6linkfedilinkfile-textcross-posted to: [email protected][email protected]
minus-square48954246linkfedilinkEnglisharrow-up3·9 hours agoNot quite the right way of thinking about it. curl is a program that can be used from a terminal. Servers are often interacted with via URLs. curl is just one of many tools for interacting with them. If you have access to a terminal with curl installed I would suggest running man curl and having a read of the output. Alternatively it can be read here: https://www.man7.org/linux/man-pages/man1/curl.1.html
Not quite the right way of thinking about it.
curlis a program that can be used from a terminal.Servers are often interacted with via URLs.
curlis just one of many tools for interacting with them.If you have access to a terminal with
curlinstalled I would suggest runningman curland having a read of the output.Alternatively it can be read here:
https://www.man7.org/linux/man-pages/man1/curl.1.html