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.
Required Ruby Version
>= 2.6.0
Required Rubygems Version
>= 3.0.0
Authors
Sidu Ponnappa, Niranjan Paranjape
Versions
- 4.0.1 March 17, 2024 (44.5 KB)
- 4.0.0 September 13, 2022 (44 KB)
- 4.0.0 September 13, 2022 universal-java-18 (44 KB)
- 3.0.0 April 20, 2018 (39 KB)
- 2.2.0 April 24, 2017 (39 KB)
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.