summaryrefslogtreecommitdiffstats
path: root/src/ext (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
2022-04-16Keep using kilt for renderingSamantaz Fox
Directly using Crystal's ECR seems to be causing issues, so don't use kemal's 'render' macro and patch 'content_for' to have the same behavior as before Kemal v1.1.1