light my request:伪HTTP注入库 源码
点亮我的要求 将伪造的HTTP请求/响应注入到节点HTTP服务器中,以模拟服务器逻辑,编写测试或调试。 不使用套接字连接,因此可以在不活动的服务器(服务器未处于侦听模式)上运行。 例 const http = require ( 'http' ) const inject = require ( 'light-my-request' ) const dispatch = function ( req , res ) { const reply = 'Hello World' res . writeHead ( 200 , { 'Content-Type' : 'text/plain'
文件列表
light-my-request-master.zip
(预估有个17文件)
light-my-request-master
index.js
5KB
package.json
1KB
.github
workflows
ci.yml
558B
stale.yml
772B
test
test.js
40KB
index.test-d.ts
3KB
暂无评论