httpstatus 0.1.2

Provides a list of HTTP response status codes.
Documentation

Rust HTTP status codes

crates.io Documentation Build Status

Provides a list of HTTP response status codes. This source code is licensed under either of MIT license or Apache License, Version 2.0 that can be found in LICENSE-MIT or LICENSE-APACHE files, respectively.

How to use

Add httpstatus = "<version>" to dependencies section of Cargo.toml:

[dependencies]
httpstatus = "0.1"

For getting started, please check lib_test file in tests folder.