[ https://issues.apache.org/jira/browse/HTTPCLIENT-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985671#comment-17985671 ]
ASF subversion and git services commented on HTTPCLIENT-2375: ------------------------------------------------------------- Commit 239948e2e2890e5f3417835da1c2cef28d9bc77c in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=239948e2e ] HTTPCLIENT-2375 Add first-class request-side compression support and pluggable encoders (#657) This change completes the work that began with the decoder registry (HTTPCLIENT-1843) by introducing a symmetric, service-loaded ContentEncoderRegistry and a concise, type-safe API on EntityBuilder. HttpClient will automatically wrap the chosen entity in the appropriate compressing wrapper, provided that the codec is available on the class-path (via Commons Compress or the built-in GZIP/deflate support). > Add optional Commons-Compress encoders (br, zstd, xz, ...) > ---------------------------------------------------------- > > Key: HTTPCLIENT-2375 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2375 > Project: HttpComponents HttpClient > Issue Type: New Feature > Reporter: Arturo Bernal > Assignee: Arturo Bernal > Priority: Minor > > Add optional Commons-Compress _encoders_ (br, zstd, xz, ...) mirroring the > decoder work in HTTPCLIENT-1843. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org