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: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# RestSharp - Simple .NET REST Client
2
2
3
+
## RestSharp vNext
4
+
5
+
Finally, RestSharp has moved to `HttpClient`. We also deprecated the following:
6
+
- All sync calls in favour of async calls
7
+
- SimpleJson in favour of `System.Text.Json.JsonSerialzer`
8
+
-`IRestClient`, `IRestRequest`, and `IRestResponse` in favour of implementing classes
9
+
- Everything `Http` and `IHttp` as those are just wrappers
10
+
11
+
Most of the client and some of the request options are now in `RestClientOptions`.
12
+
13
+
Check [v107 docs](https://restsharp.dev/v107) for more information.
14
+
15
+
### Build
16
+
3
17
|||
4
18
|-|-|
5
19
| dev |[](https://github.com/restsharp/RestSharp/actions?query=workflow%3A%22Build+and+deploy%22)|
0 commit comments