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

Missing Request#addCookie Method #3365

Closed
khajavi opened this issue Feb 27, 2025 · 5 comments · Fixed by #3410
Closed

Missing Request#addCookie Method #3365

khajavi opened this issue Feb 27, 2025 · 5 comments · Fixed by #3410

Comments

@khajavi
Copy link
Member

khajavi commented Feb 27, 2025

A Request#addCookie method would create symmetry with Response#addCookie, removing the need for following workaround:

val cookie =
  Cookie.Request(
    name = "sessionId",
    content = "abc123"
  )

val request =
  Request
    .get("http://localhost:8080/profile/me")
    .addHeaders(Headers(Header.Cookie(NonEmptyChunk(cookie))))
@987Nabil
Copy link
Contributor

We should also add addCookies to both Request and Response

987Nabil added a commit to 987Nabil/zio-http that referenced this issue Mar 16, 2025
987Nabil added a commit to 987Nabil/zio-http that referenced this issue Mar 16, 2025
987Nabil added a commit to 987Nabil/zio-http that referenced this issue Mar 16, 2025
@jdegoes
Copy link
Member

jdegoes commented Mar 20, 2025

/bounty $75

Copy link

algora-pbc bot commented Mar 20, 2025

💎 $75 bounty • ZIO

Steps to solve:

  1. Start working: Comment /attempt #3365 with your implementation plan
  2. Submit work: Create a pull request including /claim #3365 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to zio/zio-http!

Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🟢 @987Nabil #3410

Copy link

algora-pbc bot commented Mar 20, 2025

💡 @987Nabil submitted a pull request that claims the bounty. You can visit your bounty board to reward.

Copy link

algora-pbc bot commented Mar 20, 2025

🎉🎈 @987Nabil has been awarded $75! 🎈🎊

mhodovaniuk pushed a commit to mhodovaniuk/zio-http that referenced this issue Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants