wrest 4.0.1
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 10 * 🦄 scale.
Gemfile:
=
install:
=
Runtime Dependencies (2):
concurrent-ruby
~> 1.0
nokogiri
~> 1.0
Development Dependencies (9):
activesupport
~> 6
rake
~> 13.0
rdoc
~> 6.4
rspec
~> 3.11
rubocop
~> 1.35.0
rubocop-rake
>= 0
rubocop-rspec
>= 0
sinatra
~> 2.0.0
webrick
>= 0
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.