class Awscr::S3::Response::GetObjectOutput

Defined in:

awscr-s3/responses/get_object_output.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(body : String, headers : HTTP::Headers) #

[View source]

Class Method Detail

def self.from_response(response) #

Create a GetObjectOutput response from an HTTP::Client::Response object


[View source]

Instance Method Detail

def body : String #

The body of the request object


[View source]
def headers : HTTP::Headers #

The headers returned along with the object response


[View source]