can anyone remind me how you capture the request with compojure.api.sweet/GET
restructuring
pls
(GET "/debug" req (resp/ok {:req (pr-str req)}))
thanks. I am looking for an example that also captures params. e..g (GET "/path/:x [x] .... capture request here too..)