← All repos

statuses

HTTP status utility

httpjavascriptnodejsstatus-codes
Browse cluster: Node.js HTTP utilities & middleware
317commits
15contributors
1languages

Tech stack & purpose

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.

Languages

JavaScript
100.0%

Contributors