curlでJSONデータをPOSTする例

curl http://localhost:8001/ -X POST -H "Content-type: application/jsonx" -i -d '{"a":5}'
-iレスポンスヘッダを表示するオプション。

0 件のコメント: