Skip to content

ModernHttpClient 2.4.0

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 30 Apr 04:08
· 26 commits to master since this release

What's New

Allow disabling of caching (#145)

NativeMessageHandler now has a "DisableCaching" property that will allow you to ignore built-in HTTP caches when fetching content. Thanks @Tableau-David-Potter!

Bug Fixes:

  • Fix issues around cookie handling (#140, thanks @epetutsc)
  • Respect AllowAutoRedirect on iOS (#142, thanks @Tableau-David-Potter)
  • Fix issue on Android where cancellation would sometimes throw the wrong exception
  • Handle exception when content type isn't set (#141, thanks @peterno)