@iridium/use-body
v0.0.0
Published
Body parser to now.sh
Downloads
1
Readme
Use-body
Usage:
const useBody = require('@iridium/use-body');
// function serverless
module.exports = useBody(async (req, res) => {
const body = req.body; // <- Thanks to use-body;
res.end();
})
License
MIT © David Bernal