class Awscr::S3::Response::HeadObjectOutput
- Awscr::S3::Response::HeadObjectOutput
- Reference
- Object
Defined in:
awscr-s3/head_object_output.crConstant Summary
-
DATE_FORMAT =
"%a, %d %b %Y %H:%M:%S %Z"
Constructors
Class Method Summary
-
.from_response(response)
Create a
GetObjectOutput
response from anHTTP::Client::Response
object
Instance Method Summary
- #content_type : String
- #headers : HTTP::Headers
- #last_modified : Time
- #size : UInt64
-
#status : HTTP::Status
The body of the request object
- #status_message : String | Nil
Constructor Detail
def self.new(status : HTTP::Status, status_message : Nil | String, headers : HTTP::Headers, content_type : String, last_modified : Time, size : UInt64)
#
Class Method Detail
def self.from_response(response)
#
Create a GetObjectOutput
response from an
HTTP::Client::Response
object