Crates.io | http-status-print |
lib.rs | http-status-print |
version | 0.1.5 |
source | src |
created_at | 2018-03-21 14:39:51.79964 |
updated_at | 2019-11-14 14:15:58.428134 |
description | Utility to print explanatory information for http status codes |
homepage | https://github.com/noahp/http-status-print |
repository | https://github.com/noahp/http-status-print.git |
max_upload_size | |
id | 56739 |
size | 38,960 |
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.
Installation is via the cargo package manager. You'll need to rustup if you don't have this already!
cargo install http-status-print
cargo install --git https://github.com/noahp/http-status-print
Licensed under either of
at your option.
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.