2.0.2 • Published 8 years ago

http-body-parse v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago