httpie
CLIModern, user-friendly command-line HTTP client for the API era.
GET request with JSON response~98% est.
http GET api.example.com/users+2 more matching recipesnetworking3 recipes
wget
CLINetwork downloader supporting HTTP, HTTPS, and FTP.
Download a file~98% est.
wget https://example.com/file.tar.gz+2 more matching recipesnetworking3 recipes
curl
CLITransfer data from or to a server using various protocols.
Get only the HTTP status codeVerified macOS · Linux
curl -s -o /dev/null -w '%{http_code}\n' https://example.com/+7 more matching recipesnetworking8 recipes · 7 verified
xh
CLIFriendly and fast HTTP tool, reimplementation of HTTPie.
networking3 recipes