Skip to content

List of methods that are being used for express api handling (like get, post, put, ...)

License

Notifications You must be signed in to change notification settings

matt-hahn/express-api-methods

Repository files navigation

Express Api Methods

List of methods that are being used for express api handling:

  • all
  • checkout
  • copy
  • delete
  • get
  • head
  • lock
  • merge
  • mkactivity
  • mkcol
  • move
  • m-search
  • notify
  • options
  • param
  • patch
  • post
  • purge
  • put
  • report
  • search
  • subscribe
  • trace
  • unlock
  • unsubscribe

Install

npm install --save express-api-methods

or with yarn:

yarn add express-api-methods

Usage

import methods from 'express-api-methods'

console.log(methods)
/*
[
  'all',
  'checkout',
  'copy',
  'delete',
  'get',
  'head',
  'lock',
  'merge',
  'mkactivity',
  'mkcol',
  'move',
  'm-search',
  'notify',
  'options',
  'param',
  'patch',
  'post',
  'purge',
  'put',
  'report',
  'search',
  'subscribe',
  'trace',
  'unlock',
  'unsubscribe',
]
*/

About

List of methods that are being used for express api handling (like get, post, put, ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published