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
getResponseCookie
parseResponseCookies
nuxt/nuxt#21940 (comment)
The text was updated successfully, but these errors were encountered:
useCookie
fromRes
getCookie
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).
Sorry, something went wrong.
Upcoming h3 v2 will be based on web apis with event.request.headers.getSetCookie() / event.response.headers.getSetCookie()
event.request.headers.getSetCookie()
event.response.headers.getSetCookie()
Properly parsing Set-Cookie can be done with parseSetCookie in latest cookie-es package.
Set-Cookie
parseSetCookie
No branches or pull requests
Describe the feature
nuxt/nuxt#21940 (comment)
Additional information
The text was updated successfully, but these errors were encountered: