Skip to main content
Module

x/drash/tests/deps.ts>Drash.Interfaces.IResourceServices

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface Drash.Interfaces.IResourceServices
import { type Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { IResourceServices } = Drash.Interfaces;

Properties

optional
CONNECT: IService[]
optional
DELETE: IService[]
optional
GET: IService[]
optional
HEAD: IService[]
optional
OPTIONS: IService[]
optional
PATCH: IService[]
optional
POST: IService[]
optional
PUT: IService[]
optional
TRACE: IService[]
optional
ALL: IService[]