class HttpSignatures::HeaderList

Defined in:

http_signatures/header_list.cr

Constant Summary

ILLEGAL = ["authorization", "signature"]

cannot sign the signature headers

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(names : Array(String)) #

[View source]

Class Method Detail

def self.from_string(string) #

[View source]

Instance Method Detail

def to_a #

[View source]
def to_str #

[View source]