expressWrapper is not full-supported
yunsii opened this issue ยท 3 comments
yunsii commented
For example, I use express-basic-auth with config { challenge: true }
, it will call res.set()
, but res.setHeader()
instead in Next.js.
hoangvvo commented
You're right. I will add these express function in the wrapper
jferrettiboke commented
req.is(type)
is not supported. It'd be great to add it as well. https://expressjs.com/en/api.html#req.is
hafaiedhmehdy commented
req.is(type)
is not supported. It'd be great to add it as well. https://expressjs.com/en/api.html#req.is
This still is an issue today.