install httpie linux
# Debian, Ubuntu, etc.
sudo apt install httpie
# Fedora
dnf install httpie
# CentOS, RHEL, ...
yum install httpie
# Arch Linux
pacman -S httpie
install httpie linux
# Debian, Ubuntu, etc.
sudo apt install httpie
# Fedora
dnf install httpie
# CentOS, RHEL, ...
yum install httpie
# Arch Linux
pacman -S httpie
httpie on windows
pip install --upgrade pip setuptools pip install --upgrade httpie
post with httpie
echo '{"example": "exampleData"}' | http POST https://addressToPost.com/post
// OR
http POST https://addressToPost.com/post example=exampleData
// Both work the same way
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us