LoginSignup
0
1

More than 5 years have passed since last update.

curlでjsonをPOSTするワンライナー

Posted at

実際には1行で。

curl -v
 -H "Accept: application/json"
 -H "Content-type: application/json"
 -X POST -d "{\"title\":\"I was born.\",\"rating\":\"9.9\",\"year\":\"1984\"}" http://localhost:8080/movie/tt9999999
0
1
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
0
1