express-api-methods
v1.0.3
Published
List of methods that are being used for express api handling (like get, post, put, ...)
Maintainers
Readme
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',
]
*/