2.1.1 • Published 4 years ago

@celeri/body-parser v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago