This commit is contained in:
nicco 2017-08-24 18:35:34 +02:00
parent cc06fc22fd
commit 48ff0f4690

View File

@ -1,5 +1,15 @@
# Koa Body Parser # Koa Body Parser
[![npm](https://img.shields.io/npm/v/cca-koa-parser.svg)](https://www.npmjs.com/package/cca-koa-parser)
[![npm](https://img.shields.io/npm/dt/cca-koa-parser.svg)]()
[![npm](https://img.shields.io/npm/l/cca-koa-parser.svg)]()
Koa-Middleware for parsing body parameters in the request. Lightweight and no dependencies. Koa-Middleware for parsing body parameters in the request. Lightweight and no dependencies.
### Install
```bash
npm install cca-koa-parser --save
```
##### Supported encodings: ##### Supported encodings:
- form-data - form-data
- x-www-form-urlencoded - x-www-form-urlencoded