关于curl:curl-v-verbose

-v, –verbose

  1. 以”>”打头,示意申请头
  2. 以”<“打头,示意响应头
  3. 以”*”打头,示意curl命令提供的额定信息。
  • Makes the fetching more verbose/talkative. Mostly useful for debugging.
  • A line starting with ‘>’ means “header data” sent by curl, ‘<‘ means “header data” received by curl that is hidden in normal cases, and a line starting with ‘*’ means additional info provided by curl.
  • Note that if you only want HTTP headers in the output, -i, –include might be the option you’re looking for.
  • If you think this option still doesn’t give you enough details, consider using –trace or –trace-ascii instead.
  • This option overrides previous uses of –trace-ascii or –trace.
  • Use -s, –silent to make curl quiet.

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理