class Awscr::S3::Response::GetObjectStream

Defined in:

awscr-s3/responses/get_object_output.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(body_io : IO, headers : HTTP::Headers) #

[View source]

Class Method Detail

def self.from_response(response) #

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


[View source]

Instance Method Detail

def body_io : IO #

Body IO for streaming the body of the object


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

The headers returned along with the object response


[View source]