http_rest_client library
Classes
- HttpRestClient
-
The
HttpRestClientclass acts as the central hub, coordinating the flow of requests and responses, and allowing for extensibility and customization at various stages through request and response converters, middlewares, and the RequestExecutor class. - HttpRestClientBuilder
- This class allows to config and build a HttpRestClient. Use HttpRestClient.builder method to build a client, HttpRestClientBuilder allows to add multiple request and response Middlewares, RequestConverters, ResponseConverters, also configure the client with a custom RequestExecutor.