Using libcurl (curb) instead of Net::HTTP for open-uri
A simple replacement for the stock open-uri library. It’s much faster than the Net::HTTP one, and has more sensible defaults (which, of course, can be changed). Just replace “require ‘open-uri’” with “require ‘curb-openuri’” in order to use it. No code changes should be needed.
Post a comment