busboy-wrapper

2.1.2 • Public • Published

busboy-wrapper

busboy multi part file wrapper

js-standard-style build status npm downloads

http-server.js:

const busboy = require('busboy-wrapper')
async function upload (req, res) {
  const { fields, files } = await busboy(req)
}

install

With npm do:

npm install busboy-wrapper

license

MIT

Package Sidebar

Install

npm i busboy-wrapper

Weekly Downloads

3

Version

2.1.2

License

MIT

Unpacked Size

6.13 kB

Total Files

4

Last publish

Collaborators

  • jameskyburz