arturobernalg opened a new pull request, #657: URL: https://github.com/apache/httpcomponents-client/pull/657
Adds pluggable request-side compression. You can now call `EntityBuilder.compressed(ContentCoding)` to have any codec discovered at runtime—GZIP remains the default, but `Brotli`, `Zstandard`, `XZ`, and the rest are picked up automatically when Commons Compress and the relevant helper JARs are on the class-path. The change introduces a `ContentEncoderRegistry`, removes duplicate reflection probes via the new `CommonsCompressSupport`, keeps `gzipCompressed()` as a deprecated convenience alias, and ships a tiny `Zstd` round-trip demo plus unit tests. No new mandatory dependencies; everything stays lightweight unless you choose to add more codecs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org