deno.land / x / opine@2.3.4 / src / methods.ts

نووسراو ببینە
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
/** * Supported Deno methods. * * @public */export const methods: string[] = [ "get", "post", "put", "head", "delete", "options", // "trace", // As of Deno 1.9.0 - TypeError: Method is forbidden. "copy", "lock", "mkcol", "move", "purge", "propfind", "proppatch", "unlock", "report", "mkactivity", "checkout", "merge", "m-search", "notify", "subscribe", "unsubscribe", "patch", "search", "connect",];
opine

Version Info

Tagged at
a year ago