http-dino

1.0.4 • Public • Published

HTTP-DINO

Install

To start using http-dino, you will need to install the package in your project:

npm install http-dino

Import

To start using, simply import the package into your file:

import { HttpCodes } from  "http-dino";

Use

Now you are ready to use status codes in a readable manner, lets print 404 to the console:

console.log(HttpCodes.NOT_FOUND); // prints 404

Each and every status code is documented in the code. For further explanation and a deep dive, please checkout official documentation.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i http-dino

      Weekly Downloads

      4

      Version

      1.0.4

      License

      MIT

      Unpacked Size

      10.5 kB

      Total Files

      3

      Last publish

      Collaborators

      • dinoveloper