Body parser middleware for Marble.js
npm install @marblejs/middleware-bodyA request body parser middleware for Marble.js.
```
$ npm i @marblejs/middleware-body@marblejs/core
Requires and @marblejs/http to be installed.
For the latest updates, documentation, change log, and release information visit docs.marblejs.com and follow @marble_js on Twitter.
`typescript``
import { bodyParser$ } from '@marblejs/middleware-body';
const middlewares = [
bodyParser$(),
// ...
];
const effects = [
// ...
];
export const app = httpListener({ middlewares, effects });
License: MIT