Skip to content

Commit 93ca86a

Browse files
Update README.md
1 parent 2261f46 commit 93ca86a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ What RestSharp adds to `HttpClient`:
1616

1717
Finally, RestSharp has moved to `HttpClient`. We also deprecated the following:
1818
- 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
2020
- Everything `Http` and `IHttp` as those are just wrappers
2121

2222
Most of the client and some of the request options are now in `RestClientOptions`.
2323

2424
Check [v107+ docs](https://restsharp.dev/v107) for more information.
2525

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). |
29-
3026
## Packages
3127

3228
| | |

0 commit comments

Comments
 (0)