LoginSignup
327
197

More than 3 years have passed since last update.

curlコマンドでPOSTする

Last updated at Posted at 2018-02-28

よく忘れるのでメモ

curl -X POST -H "Content-Type: application/json" -d '{"Name":"sensuikan1973", "Age":"100"}' localhost:8080/api/v1/users

注: 「"」を「”」にtypoしないこと

参考: $ man curl

327
197
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
327
197