are coercion interceptors implemented?
why are coercion interceptors in:
[reitit.http.coercion :as coercion]
instead of an interceptors ns like these:
[reitit.http.interceptors.exception :as exception]
[reitit.http.interceptors.multipart :as multipart]
[reitit.http.interceptors.parameters :as parameters]
😅
at first i thought coercion wasn't implemented as interceptors, fyi @ikitommiIs this it: https://cljdoc.org/d/metosin/reitit/0.7.0/api/reitit.http.coercion?
thank you! i was looking for something matching the ring-coercion pattern. i think this gives me what i need!