First preview release using HttpClient.
This release includes major breaking changes:
- Interface
IRestClientis removed, useRestClientclass instead - Interface
IRestRequestis removed, useRestRequestclass instead - Interface
IRestResponseis removed, useRestResponseclass instead - Most of the client options are now in
RestClientOptionsas they can't be changed after creating theHttpMessageHandlerinstance - All synchronous methods are gone, use asynchronous methods instead
- Default JSON serializer is now using
System.Text.Json,SimpleJsonis gone - Support for .NET 4.5 is removed, for legacy .NET Framework use the .NET Standard package