Displaying response headers and pretty JSON with cURL

The Problem I tend toward using cURL when testing HTTP services, but I had a difficult time parsing the result when these services spit back unformatted »

Reading an HTTP Request Response Body from Exceptions

Every so often I need to read the response body of a failed HTTP request while debugging a .NET application in Visual Studio. It's not immediately »