req icon indicating copy to clipboard operation
req copied to clipboard

Make SetCookieJarFactory callback return `http.CookieJar` instead of `cookiejar.Jar`

Open minahiko opened this issue 11 months ago • 0 comments

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.

minahiko avatar Jan 26 '25 10:01 minahiko