Rust HTTP status codes
======================
[](https://crates.io/crates/httpstatus) [](https://docs.rs/httpstatus) [](https://travis-ci.org/yaa110/rust-httpstatus)
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](LICENSE-MIT) or [LICENSE-APACHE](LICENSE-APACHE) files, respectively.
## How to use
Add `httpstatus = "<version>"` to `dependencies` section of `Cargo.toml`:
```toml
[dependencies]
httpstatus = "0.1"
```
For getting started, please check [lib_test](tests/lib_test.rs) file in tests folder.