interface RouterOptionsimport { type RouterOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.iterator%5D&s=RouterOptions";Propertiesoptionalmethods: HTTPMethods[][src]Override the default set of methods supported by the router. optionalprefix: string[src]Only handle routes where the requested path starts with the prefix. optionalrouterPath: string[src]Override the request.url.pathname when matching middleware to run. optionalsensitive: boolean[src]Determines if routes are matched in a case sensitive way. Defaults to false. optionalstrict: boolean[src]Determines if routes are matched strictly, where the trailing / is not optional. Defaults to false.