Skip to content

Httpie

Httpie is an API testing tool, similar to Postman but it also includes a command line version as well.

Installing

Mac

brew install httpie

Ubuntu / Debian

apt install httpie

Archlinux

pacman -S httpie

Usage

You can refer to documentation here. Basically, you can use:

$ http PUT pie.dev/put X-API-Token:123 name=John