httpstatus

Crates.iohttpstatus
lib.rshttpstatus
version0.1.2
sourcesrc
created_at2017-12-28 17:19:01.058177
updated_at2020-12-25 05:10:53.855308
descriptionProvides a list of HTTP response status codes.
homepagehttps://github.com/yaa110/rust-httpstatus
repositoryhttps://github.com/yaa110/rust-httpstatus
max_upload_size
id44739
size31,840
embedded-nal (github:rust-embedded-community:embedded-nal)

documentation

https://docs.rs/httpstatus

README

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.

Commit count: 5

cargo fmt