httpcodes 0.1.1

HTTP status codes
Documentation
  • Coverage
  • 100%
    76 out of 76 items documented1 out of 1 items with examples
  • Size
  • Source code size: 15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jewlexx

HTTP Codes

HTTP status code helpers.

Installation

cargo add httpcodes

Usage

use httpcodes::successful::ACCEPTED;

println!("{}", ACCEPTED.code); // 200

Made with 💗 by Juliette Cordor