class BakedFileSystem::HTTP::StaticFileHandler

Included Modules

Defined in:

baked_file_system/http/static_file_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filesystem : BakedFileSystem, prefix : String = "/", fallthrough : Bool = true, directory_listing : Bool = true, index_file : String | Nil = "index.html") #

[View source]

Instance Method Detail

def call(context) : Nil #

[View source]