io7m-com / idstore

Identity server
https://www.io7m.com/software/idstore
ISC License
1 stars 0 forks source link

Enable gzip #41

Closed io7m closed 2 years ago

io7m commented 2 years ago

Add a Jetty handler that supports compressing responses. Most responses compress down to 30% of their original size with Cedarbridge.

io7m commented 2 years ago

This will require updating the clients to send an Accept-Encoding header and decompressing the input.