powerstrip-debug:将请求记录到标准输出的配电盘适配器

时间:2021-06-29 00:21:05
【文件属性】:
文件名称:powerstrip-debug:将请求记录到标准输出的配电盘适配器
文件大小:8KB
文件格式:ZIP
更新时间:2021-06-29 00:21:05
JavaScript 配电盘调试 将请求记录到标准输出的适配器。 安装 $ docker build -t binocarlos/powerstrip-debug . 运行适配器 $ docker run -d --name powerstrip-debug \ --expose 80 \ binocarlos/powerstrip-debug 在它自己的 shell 中运行调试适配器并保持连接是很方便的,这样你就可以在发出请求时看到它的输出: $ docker run -ti --rm --name powerstrip-debug \ --expose 80 \ binocarlos/powerstrip-debug 运行配电盘 首先使用调试适配器创建配电盘配置: $ mkdir -p ~ /powerstrip-demo $ cat > ~ /powerstrip-d
【文件预览】:
powerstrip-debug-master
----Dockerfile(189B)
----.gitignore(545B)
----README.md(2KB)
----server.js(1016B)
----test()
--------fixtures()
--------logger.js(830B)
--------response.js(907B)
----logger.js(2KB)
----package.json(702B)
----response.js(409B)
----index.js(410B)

网友评论