On this pagerouterMethodToHTTPMethodOverviewconst routerMethodToHTTPMethod: `Map<[`RouterMethod`](../types/RouterMethod.mdx), [`HTTPMethod`](../types/HTTPMethod.mdx)>`Given a standardized uppercase method verb such as GET, return the normalized form.Defined inhttp/variables/routerMethodToHTTPMethod.ts:22
Given a standardized uppercase method verb such as
GET
, return the normalized form.