####随時更新
curl -w '\n' -D - -X POST -H "Content-type: application/json" -d '{"id":"okapi"}' http://localhost:9130/_/proxy/tenants/diku/modules
オプション | 意味 |
---|---|
-w | 出力フォーマット |
-D | (-を付けて)標準出力にヘッダーを書き出す |
-X | リクエストコマンドの指定 |
-d | POSTデータ |
Go to list of users who liked
More than 3 years have passed since last update.
####随時更新
curl -w '\n' -D - -X POST -H "Content-type: application/json" -d '{"id":"okapi"}' http://localhost:9130/_/proxy/tenants/diku/modules
オプション | 意味 |
---|---|
-w | 出力フォーマット |
-D | (-を付けて)標準出力にヘッダーを書き出す |
-X | リクエストコマンドの指定 |
-d | POSTデータ |
Register as a new user and use Qiita more conveniently
Go to list of users who liked