Version 1.0.2

Date 2019-02-04 (2,111 days ago)
Downloads 3,073 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7

#installation">Installation

#changelog">Changelog

  • Fixed an issue with incorrect request body length due to multi-byte characters. As some characters may take up more than one byte, the length of Encoding.UTF8.GetBytes(Body) and Body.Length could differ, causing the request code to fail (see f0561ab).