Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 37
    +1 for pointing out the verbose flag provides the extra details. Great for testing REST apps.
    – MrOodles
    Commented Oct 15, 2012 at 20:37
  • 8
    +1 very easy to use when doing POST request (curl -v --data "...")
    – MegaTux
    Commented Jun 23, 2014 at 20:06
  • 2
    It even splits them in two different file outputs (http status details to stderr and response body to stdout)
    – phil294
    Commented Apr 30, 2018 at 7:37
  • This should be the accepted answer.
    – simon
    Commented Oct 10, 2022 at 8:56
  • This answers the question an a bit more, and it's not limited to a HEAD request. Commented Mar 5 at 20:52