@ascen/corus-httpmethods
v1.0.1
Published
An Http methods in lowercase package by ascen.
Downloads
4
Maintainers
Readme
httpmethods
Ascen's Http methods Provider package provides all http methods in lowercase. e.g. GET => get, POST => post etc.
Installation
Using npm:
npm i @ascen/corus-httpmethods
Using yarn:
yarn add @ascen/corus-httpmethods
Using npm:
pnpm add @ascen/corus-httpmethods
How to use:
import methods from "@ascen/corus-httpmethods";
// Extract the get method
methods.get
An Http methods provider package by ascen.