Skip to main content
Module

x/drash/src/interfaces.ts>IResourceServices

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface IResourceServices
import { type IResourceServices } from "https://deno.land/x/drash@v2.7.1/src/interfaces.ts";

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[]