You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using SetCookieJar it's possible to set a custom cookie jar implementation as http.CookieJar is an interface, when using SetCookieJarFactory there is not way to return a custom cookie jar implementation as it expects the cookiejar.Jar struct specifically for no reason.