reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
kommen 2021-06-23T13:53:59.095500Z

I’m trying to use https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md with reitit.http/routing-interceptor

kommen 2021-06-24T12:21:57.097300Z

went ahead and filed a PR including a test, feedback very welcome https://github.com/metosin/reitit/pull/495

kommen 2021-06-23T13:55:04.095800Z

however, the router key is missing on the :request for the default interceptors

kommen 2021-06-23T13:56:37.096Z

I was able to make it work by adding a create-enrich-default-request here https://github.com/metosin/reitit/blob/de5bdeba192c6d016af20feada18243ae7bcb4c0/modules/reitit-http/src/reitit/http.cljc#L104

kommen 2021-06-23T13:57:18.096600Z

is this a bug or am I missing something?