import { type RouterAllowedMethodsOptions } from "https://dotland.deno.dev/x/oak@v17.1.2/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://dotland.deno.dev/x/oak@v17.1.2/router.ts";
Options which can be specified when calling the .allowedMethods()
method
on a Router
instance.