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

Allow creating a removal cookie via the builder #221

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

jedenastka
Copy link
Contributor

Add a removal method to the CookieBuilder, which acts as a counterpart to the make_removal method of the Cookie.

This is analogous to the permanent method of the CookieBuilder, which is a counterpart to the make_permanent method of the Cookie.

Add a `removal()` method to `CookieBuilder`, a counterpart to
`Cookie::make_removal()`, analogous to `CookieBuilder::permanent()`,
counterpart to `Cookie::make_permanent()`.
@SergioBenitez SergioBenitez merged commit cf37d0a into rwf2:master Jan 23, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants