What's Changed
- #1686 Reverted to using
x-www-form-urlencoded
by default unless there's a body or multipart form is set in options - #1687 remedy, added a client option
DisableCharset
to make servers that don't support charset inContent-Type
happier - Added generic overloads for adding parameters with the type constrained to
struct
as part of #1682 fix - Added response headers to
RestResponse.ContentHeaders
collection #1684 - Wrapped request cancellation token and source in
using
for #1685
Full Changelog: 107.0.1...107.0.2