You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Gísli Konráð Björnsson edited this page Jan 17, 2019
·
1 revision
We've integrated with Microsoft.Extensions.Http package. If it's installed in the service collection, the it is used to create HttpClients. Using HttpClientFactory from Microsoft.Extensions.Http is just a good idea.
Initialization
To use Microsoft.Extensions.Http with Solid.Http, you just need to add the package.
That's fine too. You don't have to use HttpClientFactory if you don't want to. We've implemented a naive implementation of IHttpClientFactory so that you won't have to.