Fluent API for Apache HttpClient 5, providing a simplified interface for making HTTP requests.
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.6.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates making a simple GET request using the Fluent API.
Migrate from HttpClient 4.x by updating imports and method calls; refer to migration guide.
No dependency data recorded yet.