#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

#6 in #response-status

Download history 73/week @ 2023-12-14 85/week @ 2023-12-21 100/week @ 2023-12-28 61/week @ 2024-01-04 77/week @ 2024-01-11 94/week @ 2024-01-18 58/week @ 2024-01-25 37/week @ 2024-02-01 49/week @ 2024-02-08 74/week @ 2024-02-15 102/week @ 2024-02-22 65/week @ 2024-02-29 95/week @ 2024-03-07 65/week @ 2024-03-14 81/week @ 2024-03-21 79/week @ 2024-03-28

322 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
~24K SLoC