Results for http

9 tools · 7 with a matching recipe

httpie

CLI

Modern, 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 recipes
networking3 recipes

wget

CLI

Network downloader supporting HTTP, HTTPS, and FTP.

Download a file~98% est.
wget https://example.com/file.tar.gz+2 more matching recipes
networking3 recipes

curl

CLI

Transfer 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 recipes
networking8 recipes · 7 verified

xh

CLI

Friendly and fast HTTP tool, reimplementation of HTTPie.

networking3 recipes

Chrome headless

CLI

Screenshot or print any web page (local file or URL) to PNG/PDF with the browser you already have.

Screenshot a page (macOS, Google Chrome)Verified macOS
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --hide-scrollbars --window-size=1280,800 --screenshot=shot.png "http://localhost:3000/"+1 more matching recipe
dev-tools4 recipes · 4 verified

chezmoi

CLI

Manage your dotfiles across multiple diverse machines securely.

Initialize chezmoi on a new machine~95% est.
chezmoi init --apply https://github.com/user/dotfiles.git
shell3 recipes

jq

CLI

Lightweight and flexible command-line JSON processor.

Pretty-print JSON from an API response~99% est.
curl -s https://api.example.com/data | jq '.'
text-processing7 recipes · 6 verified

nushell

CLI

A new type of shell that understands structured data.

Parse JSON from command~93% est.
http get https://api.github.com/repos/nushell/nushell | get stargazers_count
shell3 recipes

mkcert

CLI

Make locally trusted development certificates with any names.

security3 recipes