jetty.project
jetty.project copied to clipboard
Issue #8769 - Introduce new Compression Handler with support for gzip, brotli, and zstandard
Introduces new jetty-compression libs.
jetty-compression-commonis the common location for Compression classes (neither server or client specific, just compression)jetty-compression-gzipis the implementation of the generic compression lib to supportContent-Encoding: gzipjetty-compression-brotliis the implementation of the generic compression lib to supportContent-Encoding: br(brotli)jetty-compression-zstandardis the implementation of the generic compression lib to supportContent-Encoding: zstd(zstandard)jetty-compression-serveris the implementation of theDynamicCompressionHandler(and associated Request/Response wrappers)jetty-compression-testsis the integration tests of features.
Fixes: #8769
@joakime what is the status of this? Should we be looking closer at it?