facebook twitter hatena line email

Mac/インストール/curl

提供: 初心者エンジニアの簡易メモ
2023年8月3日 (木) 18:21時点におけるAdmin (トーク | 投稿記録)による版 (使い方)

移動: 案内検索

インストール

既に入ってる

使い方

ttpsはhttpsへ

curl ttps://example.com/
curl --location 'ttps://example.com/
# 保存したいとき
curl --location 'ttps://example.com/' > /tmp/index.html
# ヘッダーを加えたいとき
curl --location 'ttp://example/' --header 'Content-Type: application/json'