-
Notifications
You must be signed in to change notification settings - Fork 158
/
methods.json
344 lines (344 loc) · 10.7 KB
/
methods.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
[
{
"method": "CONNECT",
"description": "\"requests that the recipient establish a tunnel to the destination origin server identified by the request-target and, if successful, thereafter restrict its behavior to blind forwarding of packets, in both directions, until the connection is closed.\"",
"safe": false,
"idempotent": false,
"cacheable": false,
"spec_title": "RFC7231#4.3.6",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.6"
},
{
"method": "DELETE",
"description": "\"requests that the origin server remove the association between the target resource and its current functionality.\"",
"safe": false,
"idempotent": true,
"cacheable": false,
"spec_title": "RFC7231#4.3.5",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.5"
},
{
"method": "GET",
"description": "\"requests transfer of a current selected representation for the target resource.\"",
"safe": true,
"idempotent": true,
"cacheable": true,
"spec_title": "RFC7231#4.3.1",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.1"
},
{
"method": "HEAD",
"description": "\"is identical to GET except that the server MUST NOT send a message body in the response (i.e., the response terminates at the end of the header block).\"",
"safe": true,
"idempotent": true,
"cacheable": true,
"spec_title": "RFC7231#4.3.2",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.2"
},
{
"method": "OPTIONS",
"description": "\"requests information about the communication options available on the request/response chain identified by the effective request URI.\"",
"safe": true,
"idempotent": true,
"cacheable": false,
"spec_title": "RFC7231#4.3.7",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.7"
},
{
"method": "POST",
"description": "\"requests that the target resource process the representation enclosed in the request according to the resource's own specific semantics.\"",
"safe": false,
"idempotent": false,
"cacheable": false,
"spec_title": "RFC7231#4.3.3",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.3"
},
{
"method": "PUT",
"description": "\"requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.\"",
"safe": false,
"idempotent": true,
"cacheable": false,
"spec_title": "RFC7231#4.3.4",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.4"
},
{
"method": "TRACE",
"description": "\"is used to invoke a remote, application-layer loopback of the request message.\"",
"safe": true,
"idempotent": true,
"cacheable": false,
"spec_title": "RFC7231#4.3.8",
"spec_href": "https://tools.ietf.org/html/rfc7231#section-4.3.8"
},
{
"method": "ACL",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3744#8.1",
"spec_href": "https://tools.ietf.org/html/rfc3744#section-8.1"
},
{
"method": "BASELINE-CONTROL",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#12.6",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-12.6"
},
{
"method": "BIND",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC5842#4",
"spec_href": "https://tools.ietf.org/html/rfc5842#section-4"
},
{
"method": "CHECKIN",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#4.4",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-4.4"
},
{
"method": "CHECKOUT",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#4.3",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-4.3"
},
{
"method": "COPY",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.8",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.8"
},
{
"method": "LABEL",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#8.2",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-8.2"
},
{
"method": "LINK",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC2068#19.6.1.2",
"spec_href": "https://tools.ietf.org/html/rfc2068#section-19.6.1.2"
},
{
"method": "LOCK",
"description": "",
"safe": false,
"idempotent": false,
"cacheable": "",
"spec_title": "RFC4918#9.10",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.10"
},
{
"method": "MERGE",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#11.2",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-11.2"
},
{
"method": "MKACTIVITY",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#13.5",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-13.5"
},
{
"method": "MKCALENDAR",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4791#5.3.1",
"spec_href": "https://tools.ietf.org/html/rfc4791#section-5.3.1"
},
{
"method": "MKCOL",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.3",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.3"
},
{
"method": "MKREDIRECTREF",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4437#6",
"spec_href": "https://tools.ietf.org/html/rfc4437#section-6"
},
{
"method": "MKWORKSPACE",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#6.3",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-6.3"
},
{
"method": "MOVE",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.9",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.9"
},
{
"method": "ORDERPATCH",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3648#7",
"spec_href": "https://tools.ietf.org/html/rfc3648#section-7"
},
{
"method": "PATCH",
"description": "\"requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.\"",
"safe": false,
"idempotent": false,
"cacheable": false,
"spec_title": "RFC5789",
"spec_href": "https://tools.ietf.org/html/rfc5789#section-2"
},
{
"method": "PROPFIND",
"description": "",
"safe": true,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.1",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.1"
},
{
"method": "PROPPATCH",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.2",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.2"
},
{
"method": "REBIND",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC5842#6",
"spec_href": "https://tools.ietf.org/html/rfc5842#section-6"
},
{
"method": "REPORT",
"description": "",
"safe": true,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#3.6",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-3.6"
},
{
"method": "SEARCH",
"description": "",
"safe": true,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC5323#2",
"spec_href": "https://tools.ietf.org/html/rfc5323#section-2"
},
{
"method": "UNBIND",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC5842#5",
"spec_href": "https://tools.ietf.org/html/rfc5842#section-5"
},
{
"method": "UNCHECKOUT",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#4.5",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-4.5"
},
{
"method": "UNLINK",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC2068#19.6.1.3",
"spec_href": "https://tools.ietf.org/html/rfc2068#section-19.6.1.3"
},
{
"method": "UNLOCK",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4918#9.11",
"spec_href": "https://tools.ietf.org/html/rfc4918#section-9.11"
},
{
"method": "UPDATE",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#7.1",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-7.1"
},
{
"method": "UPDATEREDIRECTREF",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC4437#7",
"spec_href": "https://tools.ietf.org/html/rfc4437#section-7"
},
{
"method": "VERSION-CONTROL",
"description": "",
"safe": false,
"idempotent": true,
"cacheable": "",
"spec_title": "RFC3253#3.5",
"spec_href": "https://tools.ietf.org/html/rfc3253#section-3.5"
}
]