swc/crates/swc_bundler/tests/.cache/deno/cb4c357e1f3c29d25626790c9fe35e2596813eca.ts
2021-11-09 20:42:49 +09:00

13 lines
244 B
TypeScript

// Loaded from https://deno.land/x/abc@v1.2.4/_http_method.ts
export const Get = "GET",
Head = "HEAD",
Post = "POST",
Put = "PUT",
Patch = "PATCH",
Delete = "DELETE",
Connect = "CONNECT",
Options = "OPTIONS",
Trace = "TRACE";