koa bodyparser ts:打字稿中的koa bodyparser 源码
koa-bodyparser-ts 基于koa人体分析器。 支持json , form和text类型的身体。 安装 npm install koa-bodyparser-ts --save 用法 import * as Koa from "koa" ; import bodyParser from "koa-bodyparser-ts" ; const app = new Koa ( ) ; app . use ( bodyParser ( ) ) ; app . use ( async ctx => { // the parsed body will store in ctx.req
文件列表
koa-bodyparser-ts-master.zip
(预估有个15文件)
koa-bodyparser-ts-master
.travis.yml
590B
package.json
2KB
tslint.json
744B
tools
build.js
469B
test
index.spec.ts
17KB
LICENSE
1KB
package-lock.json
276KB
暂无评论