Skip to content

ModernHttpClient 1.1

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 19 Dec 20:34
· 225 commits to master since this release

What's New

ModernHttpClient is now a NuGet package

In addition to binaries distributed via GitHub Releases as well as the Xamarin Component Store, ModernHttpClient is now also available via NuGet for those developing in Visual Studio. Grab the NuGet package here

Bug Fixes

  • Fixed issue with sending an empty request body on iOS (Thanks @rid00z)
  • Fixed issue where specifying a body would result in touching the network from the UI thread on Android (#19)
  • Fixups to race conditions on reading the response body on iOS (#24)
  • Cleanups to TPL usage on Android