http-exceptions icon indicating copy to clipboard operation
http-exceptions copied to clipboard

Rescue from any http exceptions.

Results 1 http-exceptions issues
Sort by recently updated
recently updated
newest added

A great looking gem. 👍 I was hoping to use `wrap_and_check` around some `sendgrid-ruby` requests, which return non-2XX response codes rather than raising exceptions. However the `SendGrid::Response` object exposes its...