文件名称:koa-simple-body:适用于Koa v2的干净的正文解析器
文件大小:5KB
文件格式:ZIP
更新时间:2024-02-24 11:35:28
koa body-parser KoaJavaScript
考阿简单体 npm install koa-simple-body Koa v2的一致且一致的正文解析实现。 默认情况下支持多部分,URL编码和JSON数据。 检查index.js以获取特定的MIME类型。 它不了解的所有内容都将解析为纯文本。 用法 默认值 const Koa = require ( "koa" ) const bodyParser = require ( "bodyParser" ) const app = new Koa ( ) app . use ( bodyParser ( ) ) app . use ( ctx => { // Print fields
【文件预览】:
koa-simple-body-master
----package.json(465B)
----LICENSE(1KB)
----index.js(2KB)
----CHANGELOG.md(98B)
----README.md(1KB)
----lib()
--------parsers.js(2KB)
----test()
--------index.js(3KB)