3 releases
0.1.2 | Dec 25, 2020 |
---|---|
0.1.1 | Dec 25, 2020 |
0.1.0 | Dec 28, 2017 |
#7 in #response-status
469 downloads per month
Used in 4 crates
(3 directly)
18KB
312 lines
Rust HTTP status codes
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.
lib.rs
:
List of HTTP response status codes
Dependencies
~0.4–1MB
~23K SLoC