Skip to main content
Module

x/drash/src/http/server.ts

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

Classes

This class handles the entire request-resource-response lifecycle. It is in charge of handling incoming requests, matching them to resources for further processing, and sending responses based on the processes set in the resource. It is also in charge of sending error responses that "bubble up" during the request-resource-response lifecycle.