零依赖的HTTP响应者-Node.js开发

时间:2024-06-16 04:29:50
【文件属性】:

文件名称:零依赖的HTTP响应者-Node.js开发

文件大小:80KB

文件格式:ZIP

更新时间:2024-06-16 04:29:50

Node.js HTTP

http-responders零依赖性HTTP响应功能。 支持:json重定向流文件下载示例const {json,重定向,流,文件,下载} = require('http-responders')http.create http-responders零依赖性HTTP响应功能。 支持:json重定向流文件下载示例const {json,重定向,流,文件,下载} = require('http-responders')http.createServer((req,res)=> {//用JSON json(res, {哔声:'boop'})//重定向重定向(req,res,'https://example.com/')//用通用流stream(res,fs.createReadStream('file.txt'))进行响应//回应档案(+内容长度)file(res,'file.txt')//


【文件预览】:
http-responders-master
----.prettierignore(11B)
----.gitignore(25B)
----README.md(997B)
----.github()
--------workflows()
----LICENSE(1KB)
----package.json(461B)
----index.js(1KB)
----test.js(4KB)
----package-lock.json(306KB)

网友评论