Replies: 1 comment
-
@pfk84 Interesting suggestion! I agree having helpers such as the package above available can help in applications that need more control over setting HTTP cookies. In either case, we may want to add a chapter about HTTP cookies to our documentation to at least give some basic pointers 👍 PRs welcome if this is something you want to look into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd suggest adding something like hansott/psr7-cookies for easy cookie handling without having to manually fiddle with adding "Set-Cookie" headers...
Sadly, there is no withCookies() method defined in PSR-7, only withCookieParams() for the request...
Beta Was this translation helpful? Give feedback.
All reactions