Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

v3.1.0

Choose a tag to compare

@fubar-coder fubar-coder released this 13 May 12:06
· 115 commits to master since this release

This is the final release for version 3. Be aware that version 3.1 contains many breaking changes:

  • The IRestRequest.Credentials property moved to IRestClient.Credentials
  • Credentials for authenticators are specified using the IRestClient.Credentials property
  • New core library that contains all interfaces and other generic stuff
  • New interface for proxies
  • New interfaces that are an abstraction of the HttpClient and its request/response messages
  • Uses now a RestSharp project compatible Method enumeration for HTTP requests
  • Support for WebRequest as back-end for RestSharp.Portable