-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Before ExpressJS 4.x, the bodyparser was part of the express library. But since 4.x they removed a lot of the built in functionality and created all seperate libraries (body-parser, csurf, session, ...). For now, it's only possible to retrieve simple body data submitted by a form. It would be a nice idea if we created a body-parser library that we can maintain seperately from the express library.
Later on we can even create extra libraries like csurf, session, ...
It's just an idea, what do you guys think?