雪茄::dashing_away:用PHP编写的烟雾测试工具 源码
雪茄 受启发的烟雾测试工具 类似的工具包括: 安装 通过composer安装: composer require brunty/cigar --dev 通过docker拉: docker pull brunty/cigar 使用 创建一个.cigar.json文件,其中包含一组json对象,这些对象指定要检查的url , status ,(可选) content和(可选) content-type 。 [ { "url": "http://httpbin.org/status/418", "status": 418, "content": "teapot
文件列表
cigar-master.zip
(预估有个14文件)
cigar-master
src
Url.php
1KB
WriterInterface.php
251B
Outputter.php
1KB
EchoWriter.php
2KB
JsonWriter.php
1KB
Parser.php
2KB
AsyncChecker.php
3KB
Result.php
2KB
暂无评论