What's Changed
- Added default parameters to the request. They got missing somehow. by @alexeyzimarev in #2021
- Consider the boundary quotes request option value by @alexeyzimarev in #2020
- Make BuildUrl an extension by @alexeyzimarev in #2039
- Adding client-level cookie container by @alexeyzimarev in #2042
Breaking change
The IRestClient
interface signature is different, so any non-standard implementations need to adopt the changes.
To keep DefaultParameters
thread-safe, it got a new type DefaultParameters
, and request property Parameters
has a dedicated type RequestParameter
. Code-wise the change is non-breaking as the signatures are the same, but v110 is not binary compatible with previous versions. The difference is that DefaultParameters
collection wraps all its mutations in a lock.
Full Changelog: 109.0.1...110.0.0