installation httpie code example
Example: install httpie linux
# Debian, Ubuntu, etc.
sudo apt install httpie
# Fedora
dnf install httpie
# CentOS, RHEL, ...
yum install httpie
# Arch Linux
pacman -S httpie
# Debian, Ubuntu, etc.
sudo apt install httpie
# Fedora
dnf install httpie
# CentOS, RHEL, ...
yum install httpie
# Arch Linux
pacman -S httpie