C# HttpClient #275
ajdust
started this conversation in
New Client Request
Replies: 2 comments
|
Would gladly welcome this, thanks @johnsabr. |
0 replies
|
Any news for adding C# HttpClient?, Thank you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
It looks like only RestSharp is here for C#. HttpClient is in the .NET standard library and is the standard way to make HTTP requests (without a third party library like RestSharp).
If there is no ongoing work to add HttpClient, I can PR to add a snippet for HttpClient.
Thanks.
All reactions