Build Status Crates.io - http-status-print

http-status-print

Utility to print short descriptions for HTTP error codes: bash ➜ 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

bash cargo install http-status-print

Edge

bash cargo install --git https://github.com/noahp/http-status-print

License

Licensed under either of

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.