httpcomponents-client/httpclient5-fluent
Arturo Bernal 0df9e63932 Enhance ContentResponseHandler to be fault-tolerant
This commit enhances the `ContentResponseHandler` class to be more fault-tolerant by handling responses with null or empty bodies without throwing exceptions. If the response was successful (a 2xx status code), the `Content` object is returned. If no response body exists, `Content.NO_CONTENT` is returned.

The implementation extends `ContentResponseHandler` and overrides its methods to handle the response entity and transform it into the actual response object. This is designed to be efficient and use minimal memory.
2023-08-12 17:14:53 +02:00
..
src Enhance ContentResponseHandler to be fault-tolerant 2023-08-12 17:14:53 +02:00
pom.xml Upgraded project version to 5.3-alpha1-SNAPSHOT 2023-08-12 17:14:16 +02:00