summaryrefslogtreecommitdiffstats
path: root/src/ext/kemal_static_file_handler.cr (follow)
AgeCommit message (Collapse)Author
2022-08-15StaticFileHandler: use HTTP::Status rather than integersSamantaz Fox
2022-08-15StaticFileHandler: Adapt for Crystal 1.6Samantaz Fox
See: - https://github.com/crystal-lang/crystal/pull/12310 - https://github.com/kemalcr/kemal/pull/644
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox