httpie post json
# a short one
echo '{"hello": "world"}' | http POST pie.dev/post
# a file one
http POST pie.dev/post < files/data.json
httpie post json
# a short one
echo '{"hello": "world"}' | http POST pie.dev/post
# a file one
http POST pie.dev/post < files/data.json
httpie on windows
pip install --upgrade pip setuptools pip install --upgrade httpie
HTTPoison post json
url = "http://myurl"
body = Poison.encode!(%{
"call": "MyCall",
"app_key": key,
"param": [
%{
"page": page,
"registres": registers,
"filter": filter
}
]
})
headers = [{"Content-type", "application/json"}]
HTTPoison.post(url, body, headers, [])
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