| Crates.io | httpstatus |
| lib.rs | httpstatus |
| version | 0.1.2 |
| created_at | 2017-12-28 17:19:01.058177+00 |
| updated_at | 2020-12-25 05:10:53.855308+00 |
| description | Provides a list of HTTP response status codes. |
| homepage | https://github.com/yaa110/rust-httpstatus |
| repository | https://github.com/yaa110/rust-httpstatus |
| max_upload_size | |
| id | 44739 |
| size | 31,840 |
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.
Add httpstatus = "<version>" to dependencies section of Cargo.toml:
[dependencies]
httpstatus = "0.1"
For getting started, please check lib_test file in tests folder.