Request-Parser
An extremely simple node.js http request parser.
Request Parser was born out of my frustration of having to choose between a huge middleware library and parsing POST requests myself.
Note
Request-Parser is still in an early alpha. It doesn't yet handle multipart uploads. It is also very likely to break, and bug reports and commits are very welcome.
Goals
- Super simple
- Minimalist
- One call
- Router agnostic
Example
var parse = ; // Wrap your route callback;