Skip to content

Commit 87f2659

Browse files
committed
Link to HttpClientFactory doco
Link to new HttpClientFactory doco from readme
1 parent e9d62b2 commit 87f2659

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Polly offers multiple resilience policies:
4343

4444
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.
4545

46+
### Using Polly with HttpClient factory from ASPNET Core 2.1
47+
48+
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.
49+
4650
# Usage – fault-handling policies
4751

4852
Fault-handling policies handle specific exceptions thrown by, or results returned by, the delegates you execute through the policy.

0 commit comments

Comments
 (0)