type alias Methodimport { type Method } from "https://deno.land/x/xserver@5.3.2/src/types.ts"; definition: | "get" | "head" | "post" | "put" | "delete" | "connect" | "options" | "trace" | "patch"