6 releases
0.1.5 | Nov 14, 2019 |
---|---|
0.1.4 | Nov 14, 2019 |
0.1.3 | Aug 10, 2018 |
0.1.2 | Apr 27, 2018 |
0.1.1 | Mar 21, 2018 |
#13 in #http-status
12KB
http-status-print
Utility to print short descriptions for HTTP error codes:
➜ http-status-print 123 200 501
123 - 123 <unknown status code>
200 - OK : https://httpstatuses.com/200
501 - Not Implemented : https://httpstatuses.com/501
Try to learn a little rust while building this tool.
Install
Installation is via the cargo package manager. You'll need to rustup if you don't have this already!
Release
cargo install http-status-print
Edge
cargo install --git https://github.com/noahp/http-status-print
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~6–14MB
~176K SLoC