0
Q:

install httpie linux

echo '{"example": "exampleData"}' | http POST https://addressToPost.com/post
// OR
http POST https://addressToPost.com/post example=exampleData
// Both work the same way
4
# Debian, Ubuntu, etc.
sudo apt install httpie

# Fedora
dnf install httpie

# CentOS, RHEL, ...
yum install httpie

# Arch Linux
pacman -S httpie
2
pip install --upgrade pip setuptools pip install --upgrade httpie
1
python -m pip install --upgrade pip
0

New to Communities?

Join the community