ModernHttpClient 2.2.0
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
- Fix response URL to reflect redirection (#120, thanks @Clancey)
- Fix a race condition in ReadAsync (#121, thanks @howardzlee)