Question
Is there a cURL library for Ruby?
Answer
Use [OpenURI](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/open- uri/rdoc/OpenURI.html) and
open("http://...", :http_basic_authentication=>[user, password])
accessing sites/pages/resources that require HTTP authentication.