import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { RouterOptions } = oak;
Properties
optional
methods: HTTPMethods[]Override the default set of methods supported by the router.
Determines if routes are matched in a case sensitive way. Defaults to
false
.