koa2-formidable

1.0.3 • Public • Published

GET

npm install koa2-formidable --save

API

const formidable = require('koa2-formidable')
const Koa = require('koa')
const app = new Koa()
app.use(formidable (opt))

opt is formidable options.

Use

let { body, files } = ctx.request

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i koa2-formidable

Weekly Downloads

2,357

Version

1.0.3

License

MIT

Unpacked Size

3.69 kB

Total Files

4

Last publish

Collaborators

  • garychang