1.0.4 • Published 2 years ago

http-dino v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago