struct AZBlob::HeaderReader

Defined in:

azblob/helper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(headers : HTTP::Headers) #

[View source]

Instance Method Detail

def as_bool(path : String) #

[View source]
def as_enum(path : String, clz : Enum.class) #

[View source]
def as_i(path : String) #

[View source]
def as_i64(path : String) #

[View source]
def as_s(path : String) : String #

[View source]
def as_time(path : String) #

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

[View source]