HTTP status utility
Statuses is a Node.js utility module for working with HTTP status codes and messages. It provides functions to look up status messages by code or vice versa, along with additional metadata about status codes such as whether they expect empty responses, represent redirects, or warrant retries. The module sources its status code data from the IANA Status Code Registry, Node.js, NGINX, and Apache HTTP Server projects. It is written in JavaScript and distributed via npm.