Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RT。
curl を使用して、次の http 要求をシミュレートし、応答を出力します。
GET /\r\nホスト: example.com\n
ありがとう。
次のコマンドは、リクエストの詳細なヘッダーとレスポンスを提供します
curl --request GET example.com -v