Skip to main content
Module

x/pogo/lib/types.ts>RouteOptions

Server framework for Deno
Go to Latest
interface RouteOptions
implements Omit<Partial<Route>, "method" | "path">
import { type RouteOptions } from "https://deno.land/x/pogo@v0.5.2/lib/types.ts";

Properties

optional
method: Route["method"] | Iterable<Route["method"]>
optional
path: Route["path"] | Iterable<Route["path"]>