Skip to main content
Module

x/texa/src/middleware/static.ts>Handler

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
type alias Handler
import { type Handler } from "https://deno.land/x/texa@0.8.1/src/middleware/static.ts";
definition: (
pathname: string,
req: Request,
res: Response,
thisArg: Static,
) => [string, string] | Promise<[string, string] | undefined> | undefined