koa parser:koa的身体分析器 源码
考阿解析器 用于koa的身体分析器。 支持json,form(urlencoded),multipart和text type body。 安装 用法 const Koa = require ( 'koa' ) const parser = require ( 'koa-parser' ) const port = 3000 const app = new Koa ( ) app . use ( parser ( ) ) app . use ( async ( ctx , next ) => { // if nothing was parsed, body will be undefine
下载地址
用户评论