How to Install httpie in Ubuntu 18.04



Install httpie by entering the following commands in the terminal:

sudo apt update
sudo apt install httpie

Description:

CLI, cURL-like tool for humans

HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based services as human-friendly as possible. . HTTPie does so by providing an http command that allows for issuing arbitrary HTTP requests using a simple and natural syntax and displaying colorized responses.

Homepage: http://httpie.org

Version: 0.9.8-2

Section: universe/web