mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-07 02:29:17 +00:00
1. Implementing getTrailers() in ResponseEntityProxy which will return a Supplier which propagates the output of ChunkedInputStream.getFooters(), otherwise it returns a empty list. 2. Fixing a typo in ResponseEntityProxy.enhance() method name.