RestClient.Net
RestClient.Net copied to clipboard
.NET REST Client Framework for all platforms
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.10.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...
Bump Google.Protobuf from 3.11.2 to 3.15.0 in /src/RestClient.Net.Samples/RestClient.Net.Samples.iOS
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bump Google.Protobuf from 3.11.2 to 3.15.0 in /src/RestClient.Net.Samples/RestClient.Net.Samples.UWP
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests RestClient.Net needs the same thing. To whatever extent is possible, the implementation should be the same and piggyback on the exciting work in Microsoft.Extensions.Http https://github.com/dotnet/runtime/blob/065bf96e5c298352c790b9a82564d57a745725f5/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/http-requests.md https://github.com/dotnet/runtime/blob/065bf96e5c298352c790b9a82564d57a745725f5/src/libraries/Microsoft.Extensions.Http/src/DefaultHttpClientFactory.cs https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests The real IHttpClientFactory doco: https://docs.microsoft.com/en-gb/aspnet/core/fundamentals/http-requests?view=aspnetcore-2.1 https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests http://www.nimaara.com/2016/11/01/beware-of-the-net-httpclient/ https://contrivedexample.com/2017/07/01/using-httpclient-as-it-was-intended-because-youre-not/ https://aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/ Polly! https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests