The [official docs](https://httpie.io/docs/cli) and a [cheat sheet from devhints.io](https://devhints.io/httpie). ## POST ```bash echo '{"hello": "world"}' | http POST example.com/post ```