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
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/http-requests.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
title: Make HTTP requests using IHttpClientFactory in ASP.NET Core
3
3
author: stevejgordon
4
4
description: Learn about using the IHttpClientFactory interface to manage logical HttpClient instances in ASP.NET Core.
5
+
monikerRange: '>= aspnetcore-2.1'
5
6
ms.author: scaddie
6
7
ms.custom: mvc
7
-
ms.date: 11/27/2019
8
+
ms.date: 12/16/2019
8
9
uid: fundamentals/http-requests
9
10
---
10
11
# Make HTTP requests using IHttpClientFactory in ASP.NET Core
@@ -351,6 +352,7 @@ In the following example:
351
352
*[Use HttpClientFactory to implement resilient HTTP requests](/dotnet/standard/microservices-architecture/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests)
352
353
*[Implement HTTP call retries with exponential backoff with HttpClientFactory and Polly policies](/dotnet/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly)
353
354
*[Implement the Circuit Breaker pattern](/dotnet/standard/microservices-architecture/implement-resilient-applications/implement-circuit-breaker-pattern)
355
+
*[How to serialize and deserialize JSON in .NET](/dotnet/standard/serialization/system-text-json-how-to)
354
356
355
357
::: moniker-end
356
358
@@ -655,7 +657,7 @@ In the following example:
655
657
656
658
::: moniker-end
657
659
658
-
::: moniker range="<= aspnetcore-2.1"
660
+
::: moniker range="= aspnetcore-2.1"
659
661
660
662
By [Glenn Condron](https://github.com/glennc), [Ryan Nowak](https://github.com/rynowak), and [Steve Gordon](https://github.com/stevejgordon)
0 commit comments