Can I make a yada resource that echoes the request in EDN. I tried :response #(:request %) but that returns a 406 not acceptable. Doing :response #(pr-str (:request %)) prints the body as a stream and not its content.
:response #(:request %)
:response #(pr-str (:request %))
You might need into