mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
573 B
573 B
Next
- Add
gzip
helper to enable / disable gzip compression on responses.
0.15.1 (05-09-2015)
- Don't forget to call_next on NullLogHandler
0.15.0 (03-09-2016)
- Add context store
KEMAL_ENV
respects toKemal.config.env
and needs to be explicitly set.Kemal::InitHandler
is introduced. Adds initial configuration, headers likeX-Powered-By
.- Add
send_file
to helpers. - Add mime types.
- Fix parsing JSON params when "charset" is present in "Content-Type" header.
- Use http-only cookie for session
- Inject STDOUT by default in CommonLogHandler