Skip to content

Commit

Permalink
docs: add multipart tips
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Mar 5, 2019
1 parent 57c0022 commit 6fd7e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,8 @@ koa-bodyparser

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.
## Install

[![NPM](https://nodei.co/npm/koa-bodyparser.png?downloads=true)](https://nodei.co/npm/koa-bodyparser/)
Expand Down

0 comments on commit 6fd7e9c

Please sign in to comment.