Files
opencloud/services/web/pkg
Jannik Stehle 735ba7aebf feat: web server compression
Adds a compression middleware to the web server to reduce the request size when delivering static files. This speeds up loading times in web clients.

The chi middleware we're using for this currently supports `gzip` as compression algorithm. We might want to extend this to support `br` (Brotli) in the future, since it's a newer and more performant algorithm.
2024-05-31 12:34:12 +02:00
..
2024-04-26 17:03:49 +02:00
2024-05-31 12:34:12 +02:00