http-status-print

Crates.iohttp-status-print
lib.rshttp-status-print
version0.1.5
sourcesrc
created_at2018-03-21 14:39:51.79964
updated_at2019-11-14 14:15:58.428134
descriptionUtility to print explanatory information for http status codes
homepagehttps://github.com/noahp/http-status-print
repositoryhttps://github.com/noahp/http-status-print.git
max_upload_size
id56739
size38,960
Noah Pendleton (noahp)

documentation

README

Build Status Crates.io - http-status-print

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

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.

Commit count: 25

cargo fmt