styx icon indicating copy to clipboard operation
styx copied to clipboard

feature(proxy): support brotli compression

Open sullis opened this issue 11 months ago • 4 comments

:pencil: Description

  • add support for brotli compression

Context

This PR adds the brotli4j library.

Netty 4.x will automatically detect the presence of brotli4j.

When brotli4j is on the runtime classpath, Netty enables brotli compression.

If brotli4j is missing from the runtime classpath, Netty does not provide brotli compression.

sullis avatar Mar 13 '24 19:03 sullis