await busboy:具有asyncawait支持的Busboy多部分解析器 源码
等待服务生 具有async/await和 / yield支持的多部分解析器。 从分叉并更新为支持async / await 例 const Koa = require ( 'koa' ) const app = new Koa ( ) const parse = require ( 'await-busboy' ) app . use ( async ( ctx , next ) => { // the body isn't multipart, we can't parse it if ( ! ctx . request . is ( 'multipart/*' ) ) retu
文件列表
await-busboy-master.zip
(预估有个13文件)
await-busboy-master
.gitignore
39B
package.json
1KB
History.md
396B
.travis.yml
391B
LICENSE
1KB
index.js
4KB
README.md
6KB
result.js
2KB
test
暂无评论