2.0.2 • Published 10 years ago

http-body-parse v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

http-body-parse

Parse and cache the body of an http request (supports json, form data and nested form data)

Credits to the team of formidable

Installation

npm install http-body-parse

Usage

The result is cached and only ever parsed once per request.

var httpBodyParse = require('http-body-parse');

var data = httpBodyParse(request)
	.then(function( fields ){
		console.log(fields);
	});

License

MIT © src.agency

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.0.3

11 years ago

1.0.2

12 years ago

1.0.1

12 years ago