[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Curb 0.0.6 - Post and Cookies

Ross Bamford

12/8/2006 11:47:00 AM

Curb 0.0.6 is now available from Rubyforge (http://curb.ruby...).
Curb provides easy-to-use bindings to the libcurl URL transfer library.

This release addresses two major shortcomings in Curb, implementing both
non-multipart form post and support for incoming cookies, as requested
by Vlad Jebelev.

Changes for this version:

* Implemented incoming cookie support
* Implemented application/x-www-form-urlencoded POST (now the default)
* Implemented postfield to_str for non-multipart post compatibility

(Please note the slight incompatibility with previous Curb versions - if
you were using multipart POST you will now need to set the
multipart_form_post option true on your Curl::Easy instance).

--
Ross Bamford - rosco@roscopeco.REMOVE.co.uk