mirror of
https://github.com/cupcakearmy/koa-parser.git
synced 2025-09-06 07:50:40 +00:00
Badges
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,15 @@
|
|||||||
# Koa Body Parser
|
# Koa Body Parser
|
||||||
|
[](https://www.npmjs.com/package/cca-koa-parser)
|
||||||
|
[]()
|
||||||
|
[]()
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user