6个版本
0.1.5 | 2019年11月14日 |
---|---|
0.1.4 | 2019年11月14日 |
0.1.3 | 2018年8月10日 |
0.1.2 | 2018年4月27日 |
0.1.1 | 2018年3月21日 |
#13 in #http-status
12KB
http-status-print
打印HTTP错误码简短描述的实用工具
➜ http-status-print 123 200 501
123 - 123 <unknown status code>
200 - OK : https://httpstatuses.com/200
501 - Not Implemented : https://httpstatuses.com/501
在构建此工具的同时尝试学习一点Rust。
安装
安装通过cargo包管理器完成。如果您还没有安装,则需要rustup!
版本
cargo install http-status-print
边缘
cargo install --git https://github.com/noahp/http-status-print
许可协议
在以下任一许可协议下授权:
- Apache License, Version 2.0 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则根据Apache-2.0许可证定义,您提交的任何有意包含在作品中的贡献,将如上双许可,不附加任何其他条款或条件。
依赖项
~6–15MB
~189K SLoC