pink-gorilla / webly

reagent/reframe application skelleton
7 stars 2 forks source link

Gzip #27

Open awb99 opened 10 months ago

awb99 commented 10 months ago

Check if resource path is gzipped Importsnt for remote web servers.

awb99 commented 10 months ago

https://github.com/clj-commons/ring-gzip-middleware

awb99 commented 10 months ago

https://martintrojer.github.io/clojure/2015/10/04/enable-gzip-with-ring-and-jetty

awb99 commented 10 months ago

there are two versions of ring-gzip-middleware (the one used by oz, and a clj-commons one). the approach to run gzip on a web-server level is interesting, but for now we use the handler middleware approach