reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
oly 2021-02-02T09:31:58.069100Z

any info around on adding gzip into a reitit swagger api, I want to do it in the negotiation stage so you can request gzip

oly 2021-02-02T16:51:38.071600Z

got it working, via a route middleware, is there an easy way to add it to content negotiation so its not always applied ?