class Awscr::Signer::HeaderKey
- Awscr::Signer::HeaderKey
- Reference
- Object
Overview
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"
Included Modules
- Comparable(Awscr::Signer::HeaderKey)
Defined in:
awscr-signer/core/header_key.crConstructors
-
.new(key : String)
Create a key from a string
Instance Method Summary
-
#<=>(key : HeaderKey) : Int
Compare to another key
-
#to_s(io : IO)
Returns the string form of the key