Skip to content

Parsing of request cookies and Cookie class for Set-Cookie #33

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

Merged
merged 8 commits into from
Mar 24, 2025

Conversation

zefir-git
Copy link
Member

Request cookies are accessible via Request#cookies.

The server can request the client to store cookies using Response#setCookie(Cookie).

@zefir-git zefir-git added the priority:1 Required ASAP. May block another project, be for an upcoming release, or cause major issues. label Mar 23, 2025
@zefir-git zefir-git self-assigned this Mar 23, 2025
@zefir-git zefir-git requested a review from a team as a code owner March 23, 2025 14:00
@zefir-git zefir-git linked an issue Mar 23, 2025 that may be closed by this pull request
@zefir-git
Copy link
Member Author

Tested

@zefir-git zefir-git merged commit ae46b44 into main Mar 24, 2025
6 checks passed
@zefir-git zefir-git deleted the 31-cookies branch March 24, 2025 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:1 Required ASAP. May block another project, be for an upcoming release, or cause major issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cookies
3 participants