文件名称:httpstat:httpstat节点实现
文件大小:170KB
文件格式:ZIP
更新时间:2024-06-03 10:40:32
JavaScript
httpstat httpstat是一个类似curl的工具,可以可视化http / https进程并显示持续时间。 从并 。 作为工具安装 $ npm install httpstat -g 用作工具 $ httpstat http://example.com/ $ httpstat -X POST -d test http://example.com/ 作为库安装 $ npm install httpstat -S 用作图书馆 const httpstat = require ( 'httpstat' ) ; httpstat ( 'http://example.com' , /* option, headers, body */ ) . then ( ( result ) => { console . log ( result ) ; // time property has
【文件预览】:
httpstat-master
----.travis.yml(122B)
----bin()
--------index.js(1KB)
--------opts.js(908B)
----index.js(2KB)
----renovate.json(41B)
----package.json(828B)
----data()
--------mime-types.json(28KB)
----test()
--------bin()
--------index.js(6KB)
--------data()
--------keys()
----package-lock.json(6KB)
----screenshot.png(170KB)
----.npmignore(21B)
----MIT-LICENSE.txt(1KB)
----.gitignore(19B)
----lib()
--------transposeMimeTypes.js(336B)
--------reporter.js(4KB)
--------formDataWriter.js(2KB)
----README.md(1KB)