module Async
module Async::REST
module Async::REST::Representation::Mutable
module Async::REST::Wrapper
class Async::REST::Error
class Async::REST::Representation
class Async::REST::RequestError
class Async::REST::Resource
class Async::REST::ResponseError
class Async::REST::UnsupportedError
class Async::REST::Wrapper::Form
class Async::REST::Wrapper::Generic
class Async::REST::Wrapper::Generic::Unsupported
class Async::REST::Wrapper::JSON
class Async::REST::Wrapper::JSON::Parser
class Async::REST::Wrapper::URLEncoded
class Async::REST::Wrapper::URLEncoded::Parser
async-rest
0.19.1
# initialize
def initialize(response) super(response.read) @response = response end