UNPKG

303 BJavaScriptView Raw
1'use strict'
2
3module.exports = {
4 supportedMethods: [
5 'DELETE',
6 'GET',
7 'HEAD',
8 'PATCH',
9 'POST',
10 'PUT',
11 'OPTIONS',
12 'PROPFIND',
13 'PROPPATCH',
14 'MKCOL',
15 'COPY',
16 'MOVE',
17 'LOCK',
18 'UNLOCK',
19 'TRACE',
20 'SEARCH',
21 'REPORT',
22 'MKCALENDAR'
23 ]
24}