1.0.1 • Published 6 months ago

@ascen/corus-httpmethods v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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.