class
BakedFileSystem::HTTP::StaticFileHandler
- BakedFileSystem::HTTP::StaticFileHandler
- Reference
- Object
Included Modules
- HTTP::Handler
Defined in:
baked_file_system/http/static_file_handler.crConstructors
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")
#