statuses
HTTP status code utility for Rust — simple and lightweight mapping between HTTP status codes and their standard messages.
Installation
Add statuses to your Cargo.toml:
[]
= "0.2"
Usage
Get message from status code:
use message;
Get code from status message:
use code;
License
This project is licensed under the MIT License — see the LICENSE file for details.