Skip to content

Commit f982e04

Browse files
committed
Updated README.md
1 parent d5808e9 commit f982e04

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# RestSharp - Simple .NET REST Client
22

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+
317
| | |
418
|-|-|
519
| dev | [![](https://img.shields.io/github/workflow/status/restsharp/RestSharp/Build%20and%20deploy)](https://github.com/restsharp/RestSharp/actions?query=workflow%3A%22Build+and+deploy%22) |

0 commit comments

Comments
 (0)