Skip to content

Static

class Azu::Handler::Static
inherits HTTP::StaticFileHandler

Constants

ZIPPED_FILE_EXTENSIONS = [".htm", ".html", ".txt", ".css", ".js", ".svg", ".json", ".xml", ".otf", ".ttf", ".woff", ".woff2"] of ::String

Class methods

.new(public_dir : String = "public", fallthrough = false, directory_listing = false)

View source

Methods

#call(context : HTTP::Server::Context)

View source