Fork me on GitHub
#ring-swagger
<
2016-03-02
>
datran20:03:20

Is it possible to pass the whole request map in to a route handler? Or do I have to destructure it?

juhoteperi21:03:15

Just like in regular compojure: (GET "" req ...)