We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a bit hard to create finagle cookies right now:
new Cookie(new DefaultCookie("foo", "bar")
Let's create a CookieBuilder to make it easier
CookieBuilder
The text was updated successfully, but these errors were encountered:
Deleting a cookie is an even bigger pain. Would be cool if the cookie builder could help help with that, too.
Sorry, something went wrong.
https://github.com/twitter/finatra/blob/master/http/src/test/scala/com/twitter/finatra/http/response/ResponseBuilderTest.scala#L52
No branches or pull requests
It's a bit hard to create finagle cookies right now:
new Cookie(new DefaultCookie("foo", "bar")
Let's create a
CookieBuilder
to make it easierThe text was updated successfully, but these errors were encountered: