remiheens/http-status-checker
Composer 安装命令:
composer require remiheens/http-status-checker
包简介
CLI tool to check HTTP Status for an URL or a set of URL
README 文档
README
This repository provide a CLI tool to check HTTP status for a set of URL. You can test if the redirection provides you a specific code, if the location is in a right scheme, etc.
Install
Via Composer
composer global require remiheens/http-status-checker
Usage
Test a redirection
http-status-checker test http://github.com 302 https
Test a HTTP Code
http-status-checker test https://github.com/404 404
Test a set of URL
http-status-checker scan sample.list
Be sure, to have separate fields with tabulation.
It outputs a line per link found.
When check is finished a summary will be shown.
Security
If you discover any security related issues, please email github@remiheens.fr instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-28