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

expressWrapper is not full-supported #210

Open
yunsii opened this issue Aug 12, 2022 · 2 comments
Open

expressWrapper is not full-supported #210

yunsii opened this issue Aug 12, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@yunsii
Copy link

yunsii commented Aug 12, 2022

For example, I use express-basic-auth with config { challenge: true }, it will call res.set(), but res.setHeader() instead in Next.js.

@hoangvvo
Copy link
Owner

You're right. I will add these express function in the wrapper

@hoangvvo hoangvvo added the bug Something isn't working label Aug 19, 2022
@jferrettiboke
Copy link

req.is(type) is not supported. It'd be great to add it as well. https://expressjs.com/en/api.html#req.is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants