@marblejs/middleware-body
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

Marble.js logo

@marblejs/middleware-body

A request body parser middleware for Marble.js.

Installation

$ npm i @marblejs/middleware-body

Requires @marblejs/core and @marblejs/http to be installed.

Documentation

For the latest updates, documentation, change log, and release information visit docs.marblejs.com and follow @marble_js on Twitter.

Usage

import { bodyParser$ } from '@marblejs/middleware-body';const middlewares = [
  bodyParser$(),
  // ...
];const effects = [
  // ...
];export const app = httpListener({ middlewares, effects });

License: MIT

Dependents (2)

Package Sidebar

Install

npm i @marblejs/middleware-body

Weekly Downloads

258

Version

4.1.0

License

MIT

Unpacked Size

15.3 kB

Total Files

33

Last publish

Collaborators

  • jflakus