Posted By: John Mettraux
Date: 2008-01-29 04:05
Summary: rufus-verbs 0.4 - http verbs gem
Project: rufus
'rufus-verbs' is an extended HTTP client library (gem). It provides the four main HTTP "verbs" as Ruby methods : get, put, post and delete.
It wraps a certain number of techniques that make it a decent tool for manipulating web resources.
This release now explicitely depends on the 'rufus-lru' gem.
A :no_redirections (:noredir) parameter has been added. When set to true, redirections are not followed.
Thanks to Maik Schmidt for the bug report (dependency) and the suggestion (:noredir). |
|