interface RouterAllowedMethodsOptionsimport { type RouterAllowedMethodsOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=RouterAllowedMethodsOptions";Propertiesoptionalthrow: boolean[src]When dealing with a non-implemented method or a method not allowed, throw an error instead of setting the status and header for the response. MethodsoptionalmethodNotAllowed(): any[src]Use the value returned from this function instead of an HTTP error MethodNotAllowed. optionalnotImplemented(): any[src]Use the value returned from this function instead of an HTTP error NotImplemented.