import { type RouterOptions } from "https://deno.land/x/oak@v17.1.3/router.ts";
Options which can be specified when creating a new instance of a
Router
.
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
.