Current Limitation
Currently, when HTTP clients are needed they are created on the spot and used. This makes managing them difficult. Having one place to create and manage HTTP clients makes development easier.
Suggested Improvement
Create a http client component using apache httpclient5 to include the classes and methods needed to create HTTP clients with different configurations.
Version
No response