Drop-in, multi-purpose parser for Brisk
npm install brisk-parserDrop-in, multi-purpose parser
Using npm
```
npm install brisk-parser
The following boolean options allow you to enable/disable parsing types:
* body (default: true), traditional body parser
* cookies (always true), basic cookie parser
* json (default: false), supporting parsing of: `application/json``
* files (default: false), parsing uploaded files
Innitiated by Makis Tracend
Distributed through Makesites.org
Released under the MIT license