import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/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
.