text-body
Takes a text/plain
request body and puts it on the req.body
property.
Install
npm install text-body
Example
var textbody = // Options limit: 512 // Optional limit - Limit body size; // or use it as you would any middlwareapp;
Takes a text/plain
request body and puts it on the req.body
property.
npm install text-body
var textbody = // Options limit: 512 // Optional limit - Limit body size; // or use it as you would any middlwareapp;
2
0.0.1
WTFPL