You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see how this may be intentional, but body parser is included by default, as are the middlewares for it (Express.Middleware.json for example), but while Request.cookies etc are exposed, there is no Express.Middleware.cookie. It's a super simple binding, and including it would require adding cookieparser to the deps, so I can see where you may not want that, but it's a pretty small package and I think the odds of use are high enough to add the convenience.
The text was updated successfully, but these errors were encountered:
I can see how this may be intentional, but body parser is included by default, as are the middlewares for it (
Express.Middleware.json
for example), but whileRequest.cookies
etc are exposed, there is noExpress.Middleware.cookie
. It's a super simple binding, and including it would require adding cookieparser to the deps, so I can see where you may not want that, but it's a pretty small package and I think the odds of use are high enough to add the convenience.The text was updated successfully, but these errors were encountered: