kemal/FORK.md

22 lines
568 B
Markdown
Raw Normal View History

2021-05-12 15:06:36 +00:00
# THIS IS A FORK OF KEMAL
This is the outline of the changes done in this fork, compared to Kemal upstream:
- Default HEAD request removed has been removed. If you wish to provide it,
you must give your own handler.
- Fix to prevent overwriting the `content-length` header value when set by the
request handler.
- Websockets can be closed via an exception, with support for reasons.
## Installation?
In your shard.yml:
```yaml
dependencies:
spec-kemal:
git: https://gitdab.com/luna/spec-kemal.git
kemal:
git: https://gitdab.com/luna/kemal.git
```