Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/superdeno/test/deps.ts>Opine.IRoute

Super-agent driven library for testing Deno HTTP servers.
Latest
interface Opine.IRoute
import { type Opine } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { IRoute } = Opine;

Properties

path: string
stack: any
all: IRouterHandler<this>
get: IRouterHandler<this>
post: IRouterHandler<this>
put: IRouterHandler<this>
delete: IRouterHandler<this>
patch: IRouterHandler<this>
options: IRouterHandler<this>
head: IRouterHandler<this>
checkout: IRouterHandler<this>
copy: IRouterHandler<this>
lock: IRouterHandler<this>
merge: IRouterHandler<this>
mkactivity: IRouterHandler<this>
mkcol: IRouterHandler<this>
move: IRouterHandler<this>
notify: IRouterHandler<this>
purge: IRouterHandler<this>
report: IRouterHandler<this>
subscribe: IRouterHandler<this>
trace: IRouterHandler<this>
unlock: IRouterHandler<this>
unsubscribe: IRouterHandler<this>
dispatch: RequestHandler