1.0.1 • Published 2 years ago

@ascen/corus-httpmethods v1.0.1

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

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.