class Amazonite::Core::Response

Overview

The response from a client operation that returns no data (e.g. a 204) - #http is the raw HTTP response. ParsedResponse extends this for operations that do return an output shape.

Direct Known Subclasses

Defined in:

core/response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(http : HTTP::Client::Response) #

[View source]

Instance Method Detail

def http : HTTP::Client::Response #

[View source]