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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,13 @@ What RestSharp adds to `HttpClient`:
16
16
17
17
Finally, RestSharp has moved to `HttpClient`. We also deprecated the following:
18
18
- SimpleJson in favour of `System.Text.Json.JsonSerialzer`
19
-
-`IRestClient`, `IRestRequest`, and `IRestResponse` in favour of implementing classes
19
+
-`IRestRequest`, and `IRestResponse` in favour of implementing classes
20
20
- Everything `Http` and `IHttp` as those are just wrappers
21
21
22
22
Most of the client and some of the request options are now in `RestClientOptions`.
23
23
24
24
Check [v107+ docs](https://restsharp.dev/v107) for more information.
25
25
26
-
|:boom: Interfaces rage! |
27
-
|:---------------------------|
28
-
| Before you start to rage in public about interfaces that are useful for unit-testing HTTP calls,<br>please read [this page](https://restsharp.dev/v107/#mocking). |
0 commit comments