Call a REST API
HttpClient
- AutoRest
RestSharp
- home
- SO example
- projects using it
- sample upload
var request = new RestRequest(Method.POST); request.AddHeader("content-type", "application/x-www-form-urlencoded");
cURL
- libcurl.NET
- CurlSharp .Net binding and object-oriented wrapper for libcurl.
- CURLE_SSL_CERTPROBLEM
WebClient
HttpWebRequest
/HttpWebResponse
Flurl
todo