Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CookieJar toString() method #9

Closed
Roosteridk opened this issue Nov 18, 2022 · 5 comments
Closed

CookieJar toString() method #9

Roosteridk opened this issue Nov 18, 2022 · 5 comments

Comments

@Roosteridk
Copy link
Contributor

It would be nice to have a toString() method for the CookieJar class to use it when setting cookie header like Cookie: name=value; name2=value2; name3=value3

@jd1378
Copy link
Owner

jd1378 commented Nov 18, 2022

Hi
you sure CookieJar.getCookieString does not do what you already want to do ?

@jd1378
Copy link
Owner

jd1378 commented Nov 18, 2022

@Roosteridk
Copy link
Contributor Author

Oh, my bad. Yes this is exactly what I was looking for. Thank you so much! Great module btw.

@Roosteridk
Copy link
Contributor Author

#10 Added this PR so the method is easier to find 🔥

@jd1378
Copy link
Owner

jd1378 commented Nov 18, 2022

released this in v4.1.5
thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants