public
Description: openuri drop-in replacement that uses curb
Homepage: http://blog.gugl.org/archives/89
Clone URL: git://github.com/romanbsd/curb-openuri.git
name age message
file .gitignore Tue Feb 17 14:45:56 -0800 2009 Initial commit to curb-openuri. [Roman Shterenzon]
file LICENSE Tue Feb 17 14:45:56 -0800 2009 Initial commit to curb-openuri. [Roman Shterenzon]
file README Wed Feb 18 02:59:00 -0800 2009 Better support for CurlAgent#charset Also add ... [Roman Shterenzon]
file Rakefile Wed Feb 18 02:59:00 -0800 2009 Better support for CurlAgent#charset Also add ... [Roman Shterenzon]
file VERSION.yml Wed Feb 18 02:59:00 -0800 2009 Better support for CurlAgent#charset Also add ... [Roman Shterenzon]
file curb-openuri.gemspec Wed Feb 18 02:59:00 -0800 2009 Better support for CurlAgent#charset Also add ... [Roman Shterenzon]
directory lib/ Tue Mar 03 00:47:09 -0800 2009 CurlAgent contructor can receive options now [Roman Shterenzon]
directory spec/ Tue Mar 03 00:47:09 -0800 2009 CurlAgent contructor can receive options now [Roman Shterenzon]
README
curb-openuri
============

This gem is a drop-in replacement for the stock 'open-uri' library.
It overloads the Kernel#open and uses curb (ruby binding for libcurl)
to do actual fetching of pages.

COPYRIGHT
=========

Copyright (c) 2008 Roman Shterenzon. See LICENSE for details.