We use cookies

We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from. By browsing our website, you consent to our use of cookies and other tracking technologies.

RestSharp

RestSharp

RestSharp is a lightweight HTTP client library. It's a wrapper around HttpClient, not a full-fledged client on its own.

What RestSharp adds to HttpClient:

Default parameters of any kind, not just headers Add a parameter of any kind to requests, like query, URL segment, header, cookie, or body Multiple ways to add a request body, including JSON, XML, and form data Built-in serialization and deserilization of JSON and XML

Project Details