HttpClient
#10
|
Hi, I have a question in mind, do you have any plan to use HttpClient instead of HttpWebRequest? RestWrapper/src/RestWrapper/RestRequest.cs Line 426 in ac19d99 |
Answered by
jchristn
Jul 12, 2023
Replies: 2 comments 5 replies
|
Hi, I would like to, but I haven't found the time yet to migrate it. If it's something you'd be interested in tackling I'd love to take a PR on it! |
0 replies
Actually I've tried and it kinda worked, but I had some issues. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @msasanmh I just completed the migration from
HttpWebRequesttoHttpClientin v3.0. I'd love to have you take a look and let me know if there are any issues!Commit: 993a29f
NuGet: https://www.nuget.org/packages/RestWrapper/3.0.0