@akshayraichur/http-status-codes

This is a package which maps with http status codes with its names

Usage no npm install needed!

<script type="module">
  import akshayraichurHttpStatusCodes from 'https://cdn.skypack.dev/@akshayraichur/http-status-codes';
</script>

README

Status Codes

This package gives out the http status codes mapped with their names.

const httpStatusCodes = require('@akshayraichur/http-status-codes')
console.log(httpStatusCodes.badGateway) // 502