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

implement getResponseCookie and parseResponseCookies #509

Closed
1 task done
Hebilicious opened this issue Aug 17, 2023 · 2 comments
Closed
1 task done

implement getResponseCookie and parseResponseCookies #509

Hebilicious opened this issue Aug 17, 2023 · 2 comments
Labels
enhancement New feature or request helpers

Comments

@Hebilicious
Copy link
Member

Describe the feature

nuxt/nuxt#21940 (comment)

Additional information

  • Would you be willing to help implement this feature?
@tobiasdiez
Copy link
Contributor

tobiasdiez commented Sep 29, 2023

The parsing added in nitrojs/nitro#1753 could be reused here (and should be extracted to cookie-es for that purpose, i.e. unjs/cookie-es#17).

@pi0
Copy link
Member

pi0 commented Jul 18, 2024

Upcoming h3 v2 will be based on web apis with event.request.headers.getSetCookie()
/ event.response.headers.getSetCookie()

Properly parsing Set-Cookie can be done with parseSetCookie in latest cookie-es package.

@pi0 pi0 closed this as completed Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request helpers
Projects
None yet
Development

No branches or pull requests

3 participants