accessing libcurl from Ruby
libcurl is a solid and reliable multi-protocol file transfer library for URL
syntax defined files. We can take advantage of libcurl straight from within
our Ruby programs.
All you need to do is to install the Ruby/libcurl package and then you'll be
able to use it.
Visit the Ruby/libcurl
homepage or the Ruby cURL page.
How to Install
Install curl and libcurl first.
Examples
Please post any examples you've made, as I have none!
Binding documentation
None available right now.
Credits
The Ruby binding was written by Hirotaka Matsuyuki.
What is Ruby?
You'll find more info on the official
Ruby web page.