Registry / http-client / wrest
library4.0.1rbrubygemsunverified

A fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support for RFC2616 HTTP caching, multiple HTTP backends and async calls.

gem install wrest
INSTALL
IMPORT
SIG · WREST
W
wrest
http-clientrubyv4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Wrest
require 'wrest'

Basic HTTP GET request using Wrest

require 'wrest' response = Wrest::Resource.new('https://api.example.com').get puts response.body
Debug
Known issues
breakingWrest requires Ruby 2.0 or higher; older versions may cause errors.
fix
Upgrade Ruby to 2.0+ or use an older version of Wrest.
affects: < 4.0.0
Upgrade
Version history
4.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
37
Amazon
1
Resources
wrest — gem install wrest · libregistry