#http-status #status-code #http-error #information #error-code #description #123

app http-status-print

Utility to print explanatory information for http status codes

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

#12 in #http-error

MIT license

12KB

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.

Dependencies

~6–16MB
~194K SLoC