curl

curl#

HTTP / many-protocol client.

$ curl -fsSL https://example.com/
$ curl -I https://example.com/
$ curl -X POST -H 'content-type: application/json' \
     -d '{"a":1}' https://api.example.com/items