Skip to content

Instantly share code, notes, and snippets.

@tawfiknasser
Last active August 23, 2022 10:43
Show Gist options
  • Save tawfiknasser/81c996380612f0befddb47b15d665340 to your computer and use it in GitHub Desktop.
Save tawfiknasser/81c996380612f0befddb47b15d665340 to your computer and use it in GitHub Desktop.
http methods
module.exports = {
ACL: 'ACL',
BIND: 'BIND',
CHECKOUT: 'CHECKOUT',
CONNECT: 'CONNECT',
COPY: 'COPY',
DELETE: 'DELETE',
GET: 'GET',
HEAD: 'HEAD',
LINK: 'LINK',
LOCK: 'LOCK',
'M-SEARCH': 'M-SEARCH',
MERGE: 'MERGE',
MKACTIVITY: 'MKACTIVITY',
MKCALENDAR: 'MKCALENDAR',
MKCOL: 'MKCOL',
MOVE: 'MOVE',
NOTIFY: 'NOTIFY',
OPTIONS: 'OPTIONS',
PATCH: 'PATCH',
POST: 'POST',
PROPFIND: 'PROPFIND',
PROPPATCH: 'PROPPATCH',
PURGE: 'PURGE',
PUT: 'PUT',
REBIND: 'REBIND',
REPORT: 'REPORT',
SEARCH: 'SEARCH',
SOURCE: 'SOURCE',
SUBSCRIBE: 'SUBSCRIBE',
TRACE: 'TRACE',
UNBIND: 'UNBIND',
UNLINK: 'UNLINK',
UNLOCK: 'UNLOCK',
UNSUBSCRIBE: 'UNSUBSCRIBE'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment