Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #post #httpie
ADD COMMENT
Topic
Name
6+4 =