This repository was archived by the owner on Apr 10, 2018. It is now read-only.
v2.1.0
- Fixes issue #11
- IRestClient now derives from IDisposable
- HttpClient is kept alive until the RestClient gets disposed
- Default HTTP header parameters are set for the
HttpClient
- Fixes issue #12
- Workaround for the 32k limit of EscapeDataString
- Custom class for URL encoding that's
used as fall-back, when the user wants to use
EscapeDataString with a byte array (which isn't supported).
- Avoid rebuilding the Basic Authentication header for each request