From 87f2659849c1292837902b20a17c020e89f44945 Mon Sep 17 00:00:00 2001 From: Dylan Reisenberger Date: Tue, 24 Apr 2018 13:34:09 +0100 Subject: [PATCH] Link to HttpClientFactory doco Link to new HttpClientFactory doco from readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa2f5a889c0..be7cffd50fd 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Polly offers multiple resilience policies: In addition to the detailed pages on each policy, an [introduction to the role of each policy in resilience engineering](https://github.com/App-vNext/Polly/wiki/Transient-fault-handling-and-proactive-resilience-engineering) is also provided in the wiki. +### Using Polly with HttpClient factory from ASPNET Core 2.1 + +For using Polly with HttpClient factory from ASPNET Core 2.1, see our [detailed wiki page](https://github.com/App-vNext/Polly/wiki/Polly-and-HttpClientFactory), then come back here or [explore the wiki](https://github.com/App-vNext/Polly/wiki) to learn more about the operation of each policy. + # Usage – fault-handling policies Fault-handling policies handle specific exceptions thrown by, or results returned by, the delegates you execute through the policy.