import { type RouterAllowedMethodsOptions } from "https://deno.land/x/oak@v17.1.3/router.ts";
Options which can be specified when calling the .allowedMethods()
method
on a Router
instance.
x/oak/router.ts>RouterAllowedMethodsOptions
import { type RouterAllowedMethodsOptions } from "https://deno.land/x/oak@v17.1.3/router.ts";
Options which can be specified when calling the .allowedMethods()
method
on a Router
instance.