@instamenta/http-status-codes
v1.3.4
Published
http status codes for javascript and typescript router responses
Downloads
65
Maintainers
Readme
@instamenta/hexagot-post-proto-lib
🚀 Welcome to @instamenta/hexagot-post-proto-lib
! This npm package provides HTTP status code enumerations for easier
management and usage of HTTP status codes in your projects.
Installation
You can install the package using npm:
npm install @instamenta/hexagot-post-proto-lib
Usage
Import the HTTP status code enumerations in your project to utilize them:
const HttpStatusCodes = require('@instamenta/hexagot-post-proto-lib');
or each like:
const { OK, NOT_FOUND } = require('@instamenta/hexagot-post-proto-lib');
or even:
const HttpStatusCodes = require('@instamenta/hexagot-post-proto-lib');
const { OK, NOT_FOUND } = HttpStatusCodes;
Features
✨ Provides HTTP status code enumerations for easy reference 🎉 Simple and lightweight package for managing HTTP status codes 📦 Easy to install and integrate into your projects
Contributing
Contributions are welcome! If you find any issues, have suggestions, or want to contribute improvements, feel free to open issues and pull requests on GitHub.
License
This project is licensed under the MIT License.
Happy coding! 👨💻👩💻