arturobernalg opened a new pull request, #681:
URL: https://github.com/apache/httpcomponents-client/pull/681

   This patch fulfils 
[HTTPCLIENT-1822](https://issues.apache.org/jira/browse/HTTPCLIENT-1822) by 
introducing two new consumers that handle Content-Encoding in the async 
pipeline.
   `DecompressingAsyncEntityConsumer<T>` decorates any existing consumer and 
delivers an identity stream.
   `DecompressingStringAsyncEntityConsumer` is a convenience implementation 
that returns a String and understands all codecs registered in 
`ContentCodecRegistry`.
   
   The example `AsyncClientDecompressionExample` demonstrates usage, and the 
accompanying JUnit 5 test verifies gzip decoding against httpbin.org.
   


-- 
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

Reply via email to