http

HTTPie: HTTP client, aims to be easier to use than cURL. More information: <https://httpie.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y httpie
Ubuntu
RUN apt-get update && \ apt-get install -y httpie
Alpine
RUN apk add httpie
Arch Arch Linux
RUN pacman -S --noconfirm httpie
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y httpie
Fedora
RUN dnf install -y httpie
Raspbian
RUN apt-get update && \ apt-get install -y httpie
click the source code to copy install http on any operating system with command-not-found.com