Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

RestSharp - Simple REST and HTTP API Client for .NET

  • Share this:
post-title
RestSharp is probably the most popular HTTP client library for .NET. Featuring automatic serialization and deserialization, request and response type detection, variety of authentications and other useful features, it is being used by hundreds of thousands of projects. RestSharp passed over 32 million downloads on NuGet, with average daily download count of 10,000. It's being used by many popular OSS projects, including Roslyn and Swagger.

Features:
  • JSON, XML and custom serialization and deserialization
  • Variety of overloads to make synchronous and asynchronous HTTP calls
  • Basic, OAuth 1, OAuth 2, JWT, NTLM are supported.
  • Almost every aspect of an HTTP call can be customized
  • Send objects as the request body in JSON or XML, or as a form. Upload and download files as bytes or as streams.
  • Add query, URL segment, body, form or header parameter using an easy and fluent API
http://restsharp.org
https://github.com/restsharp/RestSharp
License:
Tech: