Skip to content

Commit

Permalink
Recommend @koa/multer for multipart/form-data (#145)
Browse files Browse the repository at this point in the history
This seems to be the official stance of the Koa community
  • Loading branch information
jameshfisher committed Nov 28, 2022
1 parent 4d931c6 commit 85b426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

A body parser for koa, based on [co-body](https://github.com/tj/co-body). support `json`, `form` and `text` type body.

> Notice: this module don't support parsing multipart format data, please use [co-busboy](https://github.com/cojs/busboy) to parse multipart format data.
> Notice: this module doesn't support parsing multipart format data, please use [`@koa/multer`](https://github.com/koajs/multer) to parse multipart format data.
## Install

Expand Down

0 comments on commit 85b426f

Please sign in to comment.