HTTPray for Your HTTP Requests (in Ruby)
How much time do you spend waiting for HTTP responses? No matter how fast the server or how efficient your client code, if you make an HTTP request and you don’t already have an open socket, you’ll be looking at an overhead of around 100 ms. If you’re using…