文件名称:get-body:通用HTTP请求主体解析器
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-07 06:17:45
http promises json stream buffer
得到身体 常规HTTP请求正文解析器。 寻找多部分身体分析器? 尝试 。 安装 npm install get-body --save 用法 import { parse , json , text , form } from 'get-body' import { createServer } from 'http' createServer ( function ( req ) { parse ( req , req . headers ) . then ( body => console . log ( body ) ) } ) 争论 stream: Readable请求流的一个实例 headers: object原始标头对象,为小写映射 options: object解析器配置 选项 limit控制最大请求正文大小(默认值: 100kb )。 decoders已知的c
【文件预览】:
get-body-master
----.travis.yml(210B)
----package.json(1KB)
----tslint.json(42B)
----LICENSE(577B)
----package-lock.json(234KB)
----src()
--------index.spec.ts(4KB)
--------index.ts(4KB)
----tsconfig.json(335B)
----.gitignore(71B)
----README.md(2KB)
----.editorconfig(199B)