Awscr::Signer::HeaderKey
Inherits Comparable < Reference < Object
Represents the "key" of a Header. The Header key is what is used to
determine if two headers are the same.
key = HeaderKey.new("Test")
key.to_s # => "test"
Inherits Comparable < Reference < Object
Represents the "key" of a Header. The Header key is what is used to
determine if two headers are the same.
key = HeaderKey.new("Test")
key.to_s # => "test"