reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
bartuka 2021-02-26T16:46:39.010600Z

Hello, it's possible to add Malli on reitit and have different behaviors for received/transmitted keys? I would like to have an open-schema for requests coming in my app and closed-schema to data going out

bartuka 2021-02-26T17:02:08.011600Z

I figured it out, I can leave :compile mu/closed by default and explicitly add {:closed false} to the specs that I want open

1👍