2.1.1 • Published 6 years ago

@celeri/body-parser v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Install

$ npm install --save @celeri/body-parser

Import

ES6 Modules

import { bodyParser } from '@celeri/body-parser';

CommonJS Modules

const { bodyParser } = require('@celeri/body-parser');

Usage

const parseBody = bodyParser();

serverOrEndpoint.use(parseBody);
2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago