Skip to content

ModernHttpClient 2.2.0

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 08 Feb 23:00
· 50 commits to master since this release

What's New

Cookie Support (#106)

ModernHttpClient now supports getting and setting of cookies via the new NativeCookieHandler class. Create one while initializing NativeMessageHandler and use the SetCookies and GetCookies methods to configure cookies. Thanks @sebfia!

Bug Fixes