struct AZBlob::BlobHTTPHeaders

Defined in:

azblob/net/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cache_control : Nil | String, content_disposition : Nil | String, content_encoding : Nil | String, content_language : Nil | String, content_md5 : Nil | String, content_type : Nil | String) #

[View source]

Instance Method Detail

def cache_control : String | Nil #

[View source]
def content_disposition : String | Nil #

[View source]
def content_encoding : String | Nil #

[View source]
def content_language : String | Nil #

[View source]
def content_md5 : String | Nil #

[View source]
def content_type : String | Nil #

[View source]