httpstatus 0.1.2

Provides a list of HTTP response status codes.
Documentation
  • Coverage
  • 100%
    75 out of 75 items documented0 out of 5 items with examples
  • Size
  • Source code size: 32.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • yaa110/rust-httpstatus
    10 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yaa110

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.