Sunday 18 August 2019

Install HTTPie


Prerequisite
Python 3.x (Python 2.7 is supported but python 3.x is recommended to work with latest features)

Installing on different platforms
On macOS
brew install httpie
        (or)
port install httpie

On Linux
# Debian, Ubuntu, etc.
apt-get install httpie
        (or)
# Fedora
dnf install httpie
        (or)
# CentOS, RHEL, ...
yum install httpie
        (or)
# Arch Linux
pacman -S httpie

On Windows
pip install --upgrade pip setuptools
        (or)
pip install --upgrade httpie

Once the installation is successful, execute the command 'http --version' to get the version details of HTTPie.

$http --version
1.0.2



Previous                                                    Next                                                    Home

No comments:

Post a Comment