This repository was archived by the owner on Apr 10, 2018. It is now read-only.
v3.1.0
This is the final release for version 3. Be aware that version 3.1 contains many breaking changes:
- The
IRestRequest.Credentialsproperty moved toIRestClient.Credentials - Credentials for authenticators are specified using the
IRestClient.Credentialsproperty - 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