Comparison between HttpClientFactory and Flurl
The codebase I work with is mixed with greenfield and legacy projects. Some projects use a static HttpClient (.NET Framework) to avoid socket exceptions and others use Flurl. For newer projects we use a mix of Flurl and HttpClientFactory (via typed...
wind010.hashnode.dev4 min read
Legosiv
AAAAAAAH
Can you show some examples on how you mix flurl and HttpClientFactory? HttpClientFactory is used with dependency injection, do you use flurl inside the same typed client class?