diff --git a/httpie.md b/httpie.md index 071d98c7b..9a71fa3ac 100644 --- a/httpie.md +++ b/httpie.md @@ -32,6 +32,12 @@ $ http --form POST example.com \ cv=@document.txt ``` +### Raw JSON + +```bash +$ echo '{"hello": "world"}' | http POST example.com/post +``` + ### Options Print options: