Q:

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
4
# Debian, Ubuntu, etc.
sudo apt install httpie

# Fedora
dnf install httpie

# CentOS, RHEL, ...
yum install httpie

# Arch Linux
pacman -S httpie
2

New to Communities?

Join the community