Skip to main content
Module

x/drash/src/http/resource.ts

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
import * as mod from "https://deno.land/x/drash@v2.7.0/src/http/resource.ts";

Classes

This is the base resource class for all resources. All resource classes must extend this base resource class.