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
got it working, via a route middleware, is there an easy way to add it to content negotiation so its not always applied ?