koa xml body:用于解析xml请求主体的koa中间件 源码
koa-xml-body 解析Koa的XML请求正文 安装 用法 const koa = require ( 'koa' ) const xmlParser = require ( 'koa-xml-body' ) const app = koa ( ) app . use ( xmlParser ( ) ) app . use ( function ( ctx , next ) { // the parsed body will store in this.request.body // if nothing was parsed, body will be undefin
文件列表
koa-xml-body-master.zip
(预估有个10文件)
koa-xml-body-master
.gitignore
28B
.eslintrc
348B
package.json
1KB
.travis.yml
154B
LICENSE
1KB
lib
index.js
1KB
xml-parser.js
1KB
readme.md
3KB
暂无评论