https://github.com/jameskyburz/busboy-wrapper
busboy multi part file wrapper
https://github.com/jameskyburz/busboy-wrapper
busboy fileupload http multipart nodejs
Last synced: about 2 months ago
JSON representation
busboy multi part file wrapper
- Host: GitHub
- URL: https://github.com/jameskyburz/busboy-wrapper
- Owner: JamesKyburz
- License: other
- Created: 2015-12-03T21:57:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:27:55.000Z (over 2 years ago)
- Last Synced: 2025-04-30T08:59:45.993Z (about 2 months ago)
- Topics: busboy, fileupload, http, multipart, nodejs
- Language: JavaScript
- Homepage: http://npm.im/busboy-wrapper
- Size: 842 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
README
# busboy-wrapper
busboy multi part file wrapper
[](https://github.com/feross/standard)
[](https://travis-ci.com/JamesKyburz/busboy-wrapper)
[](https://npmjs.org/package/busboy-wrapper)
[](https://npmjs.org/package/busboy-wrapper)http-server.js:
```javascript
const busboy = require('busboy-wrapper')
async function upload (req, res) {
const { fields, files } = await busboy(req)
}
```
# installWith [npm](https://npmjs.org) do:
```
npm install busboy-wrapper
```# license
MIT