-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
Hi |
Oh, my bad. Yes this is exactly what I was looking for. Thank you so much! Great module btw. |
#10 Added this PR so the method is easier to find 🔥 |
released this in v4.1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: