Skip to main content
Module

x/texa/src/middleware/static.ts>Static#run

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
method Static.prototype.run
import { Static } from "https://deno.land/x/texa@0.8.1/src/middleware/static.ts";

Run the middlewares on this static

Parameters

req: Request

The request object.

The response object.

next: NextFn

The next function.