Showing results for ASP.NET Core 2.1-preview1 - .NET Blog

Feb 28, 2018
0
0

ASP.NET Core 2.1-preview1: Introducing HTTPClient factory

Glenn Condron [MSFT]
Glenn Condron [MSFT]

HttpClient factory is an opinionated factory for creating HttpClient instances to be used in your applications. It is designed to: 1. Provide a central location for naming and configuring logical HttpClients. For example, you may configure a client that is pre-configured to access the github API. 2. Codify the concept of outgoing middleware via ...

ASP.NETASP.NET Core