deadmann / AdvancedRestHandler

A utility code that can be used to request Data from services...
MIT License
5 stars 0 forks source link

Support for HttpClientFactory #42

Closed deadmann closed 2 months ago

deadmann commented 2 months ago

Support for HttpClientFactory, allowing to inject In-memory HttpClient.

we may need to pass an HttClient created in memory for testing purposes, so we need some kind of mechanism to inject an existing HttpClient into ARH.

Although the injecting HttpClient may not be fully functional.