import { routerMethodToHTTPMethod } from "https://deno.land/x/keywork@v6.2.1/http/variables/mod.ts";
Given a standardized uppercase method verb such as GET
, return the normalized form.
type
Map<RouterMethod, HTTPMethod>
import { routerMethodToHTTPMethod } from "https://deno.land/x/keywork@v6.2.1/http/variables/mod.ts";
Given a standardized uppercase method verb such as GET
, return the normalized form.