swc/bundler/tests/.cache/deno/cb4c357e1f3c29d25626790c9fe35e2596813eca.ts

13 lines
244 B
TypeScript
Raw Normal View History

// 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";