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