Fluent Request is a Java library designed to simplify and streamline the process of making HTTP requests. It follows a fluent builder pattern, allowing users to construct complex HTTP requests in a readable and expressive manner
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Add example of using generic type as a response body type
643ac57View on GitHubSpecify byte[] as the response type when response type is not specified (making byte[] a default response body type)
e1819cbView on GitHubAdd support for TypeReference (for generic response types)
621da44View on GitHubAdd synchronous and asynchronous execute generic methods to FluentRequest
44fc107View on GitHub