Uday K

Results 2 comments of Uday K

You need to define a `ResponseFormat` that **read**s & returns what you want instead of just the formatted body returned by the defaults (json-response-format, text-response-format etc) : ```clj (defn my-json-response-format...