Updated middleware

This commit is contained in:
Sdogruyol 2015-12-27 19:42:20 +02:00
parent 23859e4aad
commit f654368fc1

View file

@ -37,3 +37,7 @@ end
Kemal.config.add_handler CustomHandler.new
```
## Other middlewares
[kemal-pg](https://github.com/sdogruyol/kemal-pg): Postgresql Middleware for Kemal. Easily integrate Postgresql to your Kemal app.