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.
The text was updated successfully, but these errors were encountered:
Currently using
SetCookieJar
it's possible to set a custom cookie jar implementation ashttp.CookieJar
is an interface, when usingSetCookieJarFactory
there is not way to return a custom cookie jar implementation as it expects thecookiejar.Jar
struct specifically for no reason.The text was updated successfully, but these errors were encountered: