module

Kemal::Utils

Constants

ZIP_TYPES = {".htm", ".html", ".txt", ".css", ".js", ".svg", ".json", ".xml", ".otf", ".ttf", ".woff", ".woff2"}

Class methods

matches_path_prefix?(prefix : String, path : String) : Bool

Exact prefix, or prefix followed by /. "/", and "" match all paths.

Source
path_starts_with_slash?(path : String)
Source
zip_types(path : String)
Source