Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Zlib Compression

Use GzipHandler.

Put it on the Handler tree somewhere early.
Best bet is to use it as a HandlerWrapper for your contexts.

Make sure you configure the GzipHandler for covered paths, http methods, etc

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Sun, Dec 22, 2019 at 10:30 PM MarcellusMajor <marcellusmajor@xxxxxxxxxxxxxxxxx> wrote:
How can I configure the embedded jetty to uncompress content that is
compressed using zlib or gzip?


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top