#response-status #http-response #status-code

httpstatus

Provides a list of HTTP response status codes

3 releases

0.1.2 Dec 25, 2020
0.1.1 Dec 25, 2020
0.1.0 Dec 28, 2017

#8 in #status-code

Download history 74/week @ 2024-07-19 96/week @ 2024-07-26 115/week @ 2024-08-02 112/week @ 2024-08-09 110/week @ 2024-08-16 77/week @ 2024-08-23 89/week @ 2024-08-30 79/week @ 2024-09-06 115/week @ 2024-09-13 82/week @ 2024-09-20 75/week @ 2024-09-27 91/week @ 2024-10-04 80/week @ 2024-10-11 115/week @ 2024-10-18 76/week @ 2024-10-25 69/week @ 2024-11-01

351 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

18KB
312 lines

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.


lib.rs:

List of HTTP response status codes

Dependencies

~0.3–1MB
~21K SLoC