#codes #status-code #httpstatus

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

#10 in #status-code

Download history 11/week @ 2024-12-25 69/week @ 2025-01-01 84/week @ 2025-01-08 123/week @ 2025-01-15 83/week @ 2025-01-22 71/week @ 2025-01-29 114/week @ 2025-02-05 146/week @ 2025-02-12 66/week @ 2025-02-19 170/week @ 2025-02-26 58/week @ 2025-03-05 150/week @ 2025-03-12 132/week @ 2025-03-19 104/week @ 2025-03-26 55/week @ 2025-04-02 97/week @ 2025-04-09

412 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.

Dependencies

~0.3–0.9MB
~20K SLoC