/httpstatusdesc

Official Descriptions for each HTTP Status Code

Primary LanguageGoMIT LicenseMIT

httpstatusdesc

A very simple module that maps HTTP status codes from their text descriptions. The HTTP status descriptions are taken straight from RFC 9110.

This was mainly created because some systems want you to return both a status code and description, and I don't want to recreate the wheel each time.

Contributing

  1. Fork the repo
  2. Make a pull request
  3. Make sure all the status checks pass.

License

MIT