#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 76/week @ 2024-10-25 78/week @ 2024-11-01 56/week @ 2024-11-08 56/week @ 2024-11-15 79/week @ 2024-11-22 103/week @ 2024-11-29 234/week @ 2024-12-06 164/week @ 2024-12-13 46/week @ 2024-12-20 23/week @ 2024-12-27 64/week @ 2025-01-03 121/week @ 2025-01-10 109/week @ 2025-01-17 66/week @ 2025-01-24 78/week @ 2025-01-31 125/week @ 2025-02-07

406 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–0.9MB
~20K SLoC