wrest 2.2.0
Wrest is a fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support for RFC2616 HTTP caching, multiple HTTP backends and async calls. It runs on CRuby and JRuby and is in production use at substantial scale.
Gemfile:
=
install:
=
Runtime Dependencies (5):
Requirements:
To use Memcached as caching back-end, install the 'dalli' gem.
To use Redis as caching back-end, install the 'redis' gem.
To use multipart post, install the 'multipart-post' gem.
To use eventmachine as a parallel backend, install the 'eventmachine' gem.