Fork me on GitHub
#reitit
<
2018-07-27
>
ikitommi05:07:09

@j0ni you should run lein deps :tree or similar to check out conflicts. Reitit requires the newest versions of ererything. Either exclude the old schema-tools from c-api or include the latest manually.

ikitommi12:07:40

Added support for Middleware (& Interceptor) registries. One can use Keyword in all the places where would normally use the middleware. The lookup is done against a router option ::middleware/registry. Fully explicit, fails fast on missing keys. Bit like pipelines in Phoenix. Also, should help integrating with things like Integrant/Duct.

👍 12