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.
反转录。
使用 curl 模拟以下 http 请求并打印响应:
GET /\r\n主机:example.com\n
谢谢。
以下命令将为您提供详细的请求标头以及响应
curl --request GET example.com -v