bs-express icon indicating copy to clipboard operation
bs-express copied to clipboard

Methods around cookie parser are provided, but middleware isnt

Open maxkorp opened this issue 5 years ago • 0 comments

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.

maxkorp avatar Sep 01 '20 21:09 maxkorp