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
1.0.2
No comments:
Post a Comment