Original gem author here!<p>We were scratching out own itch by doing this. This is currently used by several of our projects.<p>It does feel like the HTTP libraries should be better and handling these various exceptions. Since they don't, we've ended up writing this.<p>For the most part, whenever we do any HTTP call, we are expecting a specific return code and we want to raise an easy to handle exception when this happens. However, many HTTP call don't even get to the point where an error code is return when the network is not reliable. We've found that in most case, we want to handle that exception in the same way than an unexpected error code.<p>This little gem let us do that easily.<p>Enjoy :)