#http-response #response-status #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

#7 in #response-status

Download history 132/week @ 2024-03-29 84/week @ 2024-04-05 91/week @ 2024-04-12 105/week @ 2024-04-19 91/week @ 2024-04-26 85/week @ 2024-05-03 89/week @ 2024-05-10 102/week @ 2024-05-17 97/week @ 2024-05-24 111/week @ 2024-05-31 54/week @ 2024-06-07 77/week @ 2024-06-14 119/week @ 2024-06-21 140/week @ 2024-06-28 98/week @ 2024-07-05 103/week @ 2024-07-12

469 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.4–1MB
~23K SLoC