Skip to content
This repository has been archived by the owner on Mar 5, 2025. It is now read-only.
/ http-status-codes Public archive

Utility to lookup HTTP status codes

License

Notifications You must be signed in to change notification settings

readmeio/http-status-codes

Repository files navigation

Important

@readme/http-status-codes has moved! The source for this library now lives at https://github.com/readmeio/oas.

@readme/http-status-codes

Utility to lookup HTTP status codes.

CI

ReadMe Open Source

Installation

npm install --save @readme/http-status-codes

Usage

import { getStatusCode } from '@readme/http-status-codes';

console.log(getStatusCode(429));

// { code: 429, message: 'Too Many Requests', success: false }

About

Utility to lookup HTTP status codes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •