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
Roman Shterenzon (author)
Tue Mar 03 00:47:09 -0800 2009
commit  f7a1b931290a75c669f53464f9ba74bf3c40cca2
tree    3ac5a28102a0db4f8029a636f66a7930e83722c9
parent  607a3bcd13995ce762577222c4afc109f64bf272
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.