kemal/FORK.md

568 B

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:

dependencies:
  spec-kemal:
    git: https://gitdab.com/luna/spec-kemal.git
  kemal:
    git: https://gitdab.com/luna/kemal.git