romanbsd / curb-openuri
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Roman Shterenzon (author)
Tue Mar 03 00:47:09 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
curb-openuri.gemspec | ||
| |
lib/ | ||
| |
spec/ |
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.

