I'm wondering how to make a POST request with a from data of empty json through HTTPie? The corresponding Curl solution is here:
curl -X POST -H "Content-Type: application/json" -d '{}' http://ooxx.asdf/
逐語的なリクエスト データは、 redirected を介してSTDIN
指定できます。
$ echo '{}' | http httpbin.org/post
本文を含むリクエストの場合:
POST
デフォルトの HTTP メソッドですapplication/json
はデフォルトですContent-Type