mirror of
https://github.com/cupcakearmy/koa-parser.git
synced 2024-12-22 16:16:26 +00:00
Badges
This commit is contained in:
parent
cc06fc22fd
commit
48ff0f4690
10
README.md
10
README.md
@ -1,5 +1,15 @@
|
||||
# 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.
|
||||
|
||||
### Install
|
||||
```bash
|
||||
npm install cca-koa-parser --save
|
||||
```
|
||||
|
||||
##### Supported encodings:
|
||||
- form-data
|
||||
- x-www-form-urlencoded
|
||||
|
Loading…
Reference in New Issue
Block a user