Living in the Shell #16; curl (HTTP/S Client) (Part 1)
curl ๐
Makes requests in various protocols, including (but not limited to) HTTP/HTTPS/FTP/FTPS.
Make a simple GET request
curl https://google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITL...
babakks.hashnode.dev1 min read