reitit

robert-stuttaford 2024-05-29T09:38:47.986369Z

are coercion interceptors implemented?

robert-stuttaford 2024-06-03T11:45:59.956809Z

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 @ikitommi

Eva O 2024-05-29T12:56:38.698329Z

Is this it: https://cljdoc.org/d/metosin/reitit/0.7.0/api/reitit.http.coercion?

robert-stuttaford 2024-05-29T13:46:57.854309Z

thank you! i was looking for something matching the ring-coercion pattern. i think this gives me what i need!